Skip to content

Commit 089660f

Browse files
kbobrovsFznamznon
andauthored
Update sycl/doc/CompilerAndRuntimeDesign.md
Co-authored-by: Mariya Podchishchaeva <[email protected]>
1 parent fe04209 commit 089660f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/CompilerAndRuntimeDesign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ The wrapper object is created by the `clang-offload-wrapper` tool, or simply
364364
put into in the object's data section. It encompasses all needed information
365365
about the wrapped device binaries - number of binaries, symbols each binary
366366
defines, etc. - as well as the binaries themselves.
367-
1. Registration/unregistration functions. The first one is put into a special
367+
2. Registration/unregistration functions. The first one is put into a special
368368
section so that it is invoked when the parent fat binary is loaded into a
369369
process at runtime, the second one is put into another section to be invoked
370370
when the parent fat binary is unloaded. The registration function basically

0 commit comments

Comments
 (0)