Author: Jose Manuel Monsalve Diaz Date: 2022-06-08T23:35:11Z New Revision: d6f6cd5cd52bbfe91444226ef8a9687288d939b1
URL: https://github.com/llvm/llvm-project/commit/d6f6cd5cd52bbfe91444226ef8a9687288d939b1 DIFF: https://github.com/llvm/llvm-project/commit/d6f6cd5cd52bbfe91444226ef8a9687288d939b1.diff LOG: [docs][clang] Fixing minor typo Changing "tot the" to "to the" Added: Modified: clang/docs/OffloadingDesign.rst Removed: ################################################################################ diff --git a/clang/docs/OffloadingDesign.rst b/clang/docs/OffloadingDesign.rst index 43a0c0d2c29f7..5df8a320b4da7 100644 --- a/clang/docs/OffloadingDesign.rst +++ b/clang/docs/OffloadingDesign.rst @@ -258,7 +258,7 @@ create an executable device image. This is done using a Clang tool, see :doc:`ClangLinkerWrapper` for more information. This tool works as a wrapper over the host linking job. It scans the input object files for the offloading section ``.llvm.offloading``. The device files stored in this section are then -extracted and passed tot he appropriate linking job. The linked device image is +extracted and passed to the appropriate linking job. The linked device image is then :ref:`wrapped <Device Binary Wrapping>` to create the symbols used to load the device image and link it with the host. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits