diff --git a/clang/docs/ClangOffloadPackager.rst b/clang/docs/ClangOffloadPackager.rst index 1d6ded952e8ad..2b985e260e302 100644 --- a/clang/docs/ClangOffloadPackager.rst +++ b/clang/docs/ClangOffloadPackager.rst @@ -124,7 +124,7 @@ array of the :ref:`string entry` 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 | +----------+--------------+-------------------------------------------------------+ @@ -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