Skip to content

Commit ff75c30

Browse files
authored
Update llvm-late-gc-lowering.cpp
1 parent 25b1655 commit ff75c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llvm-late-gc-lowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ static std::pair<Value*,int> FindBaseValue(const State &S, Value *V, bool UseCac
232232
CurrentV = CI->getArgOperand(0);
233233
continue;
234234
}
235-
// Unkown Call
235+
// Unknown Call
236236
break;
237237
}
238238
else {

0 commit comments

Comments
 (0)