Author: Alexey Bader Date: 2023-09-11T16:24:37-07:00 New Revision: a2e2f471c51f0aea836a4929dfdf50523dcff1eb
URL: https://github.com/llvm/llvm-project/commit/a2e2f471c51f0aea836a4929dfdf50523dcff1eb DIFF: https://github.com/llvm/llvm-project/commit/a2e2f471c51f0aea836a4929dfdf50523dcff1eb.diff LOG: [Clang][Docs] Fix typo in clang-offload-packager documentation Fixed formatting of the section violating 80-char line limit. Added: Modified: clang/docs/ClangOffloadPackager.rst Removed: ################################################################################ diff --git a/clang/docs/ClangOffloadPackager.rst b/clang/docs/ClangOffloadPackager.rst index 1d6ded952e8adfe..2b985e260e302de 100644 --- a/clang/docs/ClangOffloadPackager.rst +++ b/clang/docs/ClangOffloadPackager.rst @@ -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 | +----------+--------------+-------------------------------------------------------+ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits