Skip to content

Commit c15b0e2

Browse files
committed
[Clang][Docs] Fix ambiguity in clang-offload-bundler docs
Differential Revision: https://reviews.llvm.org/D94338
1 parent 9c0dc0b commit c15b0e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/ClangOffloadBundler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The layout of a bundled code object is defined by the following table:
4444
Field Type Size in Bytes Description
4545
=================================== ======= ================ ===============================
4646
Magic String string 24 ``__CLANG_OFFLOAD_BUNDLE__``
47-
Number Of Code Objects integer 8 Number od bundled code objects.
47+
Number Of Bundle Entries integer 8 Number of bundle entries.
4848
1st Bundle Entry Code Object Offset integer 8 Byte offset from beginning of
4949
bundled code object to 1st code
5050
object.
@@ -208,4 +208,4 @@ Target specific information is available for the following:
208208
features <https://llvm.org/docs/AMDGPUUsage.html#amdgpu-target-features>`_
209209
supported.
210210

211-
Most other targets do not support target IDs.
211+
Most other targets do not support target IDs.

0 commit comments

Comments
 (0)