Skip to content

Commit 2de1a05

Browse files
committed
Fix typo
1 parent dbc5b3d commit 2de1a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUExportKernelRuntimeHandles.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static bool exportKernelRuntimeHandles(Module &M) {
7474
return false;
7575

7676
// FIXME: We shouldn't really need to export the kernel address. We can
77-
// initialize the runtime handle with the kernel descriptorG
77+
// initialize the runtime handle with the kernel descriptor.
7878
for (Function &F : M) {
7979
if (F.getCallingConv() != CallingConv::AMDGPU_KERNEL)
8080
continue;

0 commit comments

Comments
 (0)