Skip to content

Commit cfab804

Browse files
committed
typo in comment
1 parent 7c3bd38 commit cfab804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/NVPTX/NVVMReflect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ bool NVVMReflect::handleReflectFunction(Module &M, StringRef ReflectName) {
179179
if (ReflectArg.empty())
180180
report_fatal_error("__nvvm_reflect argument cannot be empty");
181181
// Now that we have extracted the string argument, we can look it up in the
182-
// VarMap
182+
// ReflectMap
183183
int ReflectVal = 0; // The default value is 0
184184
if (ReflectMap.contains(ReflectArg))
185185
ReflectVal = ReflectMap[ReflectArg];

0 commit comments

Comments
 (0)