Author: Scott Linder Date: 2021-01-11T17:23:24Z New Revision: c15b0e2229ea04d1c36fafaa1f717f433a995e9a
URL: https://github.com/llvm/llvm-project/commit/c15b0e2229ea04d1c36fafaa1f717f433a995e9a DIFF: https://github.com/llvm/llvm-project/commit/c15b0e2229ea04d1c36fafaa1f717f433a995e9a.diff LOG: [Clang][Docs] Fix ambiguity in clang-offload-bundler docs Differential Revision: https://reviews.llvm.org/D94338 Added: Modified: clang/docs/ClangOffloadBundler.rst Removed: ################################################################################ diff --git a/clang/docs/ClangOffloadBundler.rst b/clang/docs/ClangOffloadBundler.rst index 050925be993b..68c5116b235f 100644 --- a/clang/docs/ClangOffloadBundler.rst +++ b/clang/docs/ClangOffloadBundler.rst @@ -44,7 +44,7 @@ The layout of a bundled code object is defined by the following table: Field Type Size in Bytes Description =================================== ======= ================ =============================== Magic String string 24 ``__CLANG_OFFLOAD_BUNDLE__`` - Number Of Code Objects integer 8 Number od bundled code objects. + Number Of Bundle Entries integer 8 Number of bundle entries. 1st Bundle Entry Code Object Offset integer 8 Byte offset from beginning of bundled code object to 1st code object. @@ -208,4 +208,4 @@ Target specific information is available for the following: features <https://llvm.org/docs/AMDGPUUsage.html#amdgpu-target-features>`_ supported. -Most other targets do not support target IDs. \ No newline at end of file +Most other targets do not support target IDs. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits