[clang] 259a9df - [Clang][Docs] Fix typo in offload packager reference
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Tue May 31 09:27:54 PDT 2022
Author: Joseph Huber
Date: 2022-05-31T12:27:33-04:00
New Revision: 259a9df963ca5f28f325ed6f6bfe5da639c78cbf
URL: https://github.com/llvm/llvm-project/commit/259a9df963ca5f28f325ed6f6bfe5da639c78cbf
DIFF: https://github.com/llvm/llvm-project/commit/259a9df963ca5f28f325ed6f6bfe5da639c78cbf.diff
LOG: [Clang][Docs] Fix typo in offload packager reference
Added:
Modified:
clang/docs/ClangOffloadPackager.rst
Removed:
################################################################################
diff --git a/clang/docs/ClangOffloadPackager.rst b/clang/docs/ClangOffloadPackager.rst
index 2211f3bd600f..707462b77eb8 100644
--- a/clang/docs/ClangOffloadPackager.rst
+++ b/clang/docs/ClangOffloadPackager.rst
@@ -76,7 +76,7 @@ along with some other integer information. The image kind lets us easily
identify the type of image stored here without needing to inspect the binary.
The offloading kind is used to determine which registration code or linking
semantics are necessary for this image. These are stored as enumerations with
-the following values for the :ref:`offload kind<table-offload_kind` and the
+the following values for the :ref:`offload kind<table-offload_kind>` and the
:ref:`image kind<table-image_kind>`.
.. table:: Image Kind
More information about the cfe-commits
mailing list