We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2772cd8 commit b05d11aCopy full SHA for b05d11a
llvm/include/llvm/AsmParser/LLLexer.h
@@ -93,7 +93,7 @@ namespace llvm {
93
private:
94
lltok::Kind LexToken();
95
96
- // Return closes pointer after `Ptr` that is an end of a label.
+ // Return closest pointer after `Ptr` that is an end of a label.
97
// Returns nullptr if `Ptr` doesn't point into a label.
98
const char *getLabelTail(const char *Ptr);
99
int getNextChar();
0 commit comments