[docs][clang] Fixing minor typo

Changing "tot the" to "to the"
This commit is contained in:
Jose Manuel Monsalve Diaz 2022-06-08 23:35:11 +00:00
parent a1b2b7d979
commit d6f6cd5cd5
1 changed files with 1 additions and 1 deletions

View File

@ -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.