Skip to content

Commit 6f76fd8

Browse files
kbobrovsFznamznon
andauthored
Update llvm/tools/sycl-post-link/sycl-post-link.cpp
Co-Authored-By: Mariya Podchishchaeva <[email protected]>
1 parent 27b88f5 commit 6f76fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/sycl-post-link/sycl-post-link.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ enum KernelMapEntryScope {
131131

132132
// This function decides how kernels of the input module M will be distributed
133133
// ("split") into multiple modules based on the command options and IR
134-
// attributes. The desision is recorded in the output map parameter
134+
// attributes. The decision is recorded in the output map parameter
135135
// ResKernelModuleMap which maps some key to a group of kernels. Each such group
136136
// along with IR it depends on (globals, functions from its call graph,...) will
137137
// constitute a separate module.

0 commit comments

Comments
 (0)