Skip to content

Commit

Permalink
[Clang][Docs] Fix typo in clang-offload-packager documentation
Browse files Browse the repository at this point in the history
Fixed formatting of the section violating 80-char line limit.
  • Loading branch information
bader committed Sep 11, 2023
1 parent 8817188 commit a2e2f47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clang/docs/ClangOffloadPackager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ array of the :ref:`string entry<table-binary_string>` format.
+----------+--------------+-------------------------------------------------------+
| Type | Identifier | Description |
+==========+==============+=======================================================+
| uint64_t | key offset | Absolute byte offset of the key in th string table |
| uint64_t | key offset | Absolute byte offset of the key in the string table |
+----------+--------------+-------------------------------------------------------+
| uint64_t | value offset | Absolute byte offset of the value in the string table |
+----------+--------------+-------------------------------------------------------+
Expand All @@ -145,9 +145,9 @@ Usage
=====

This tool can be used with the following arguments. Generally information is
passed as a key-value pair to the ``image=`` argument. The ``file`` and ``triple``,
arguments are considered mandatory to make a valid image. The ``arch`` argument
is suggested.
passed as a key-value pair to the ``image=`` argument. The ``file`` and
``triple``, arguments are considered mandatory to make a valid image.
The ``arch`` argument is suggested.

.. code-block:: console
Expand Down

0 comments on commit a2e2f47

Please sign in to comment.