[IR] Fix typo in comment. NFC

This commit is contained in:
Fraser Cormack 2022-06-30 11:30:12 +01:00
parent 178f9bd63c
commit 643e022c9c
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ void Value::takeName(Value *V) {
}
}
// Get V's ST, this should always succed, because V has a name.
// Get V's ST, this should always succeed, because V has a name.
ValueSymbolTable *VST;
bool Failure = getSymTab(V, VST);
assert(!Failure && "V has a name, so it should have a ST!"); (void)Failure;