Skip to content

Commit b05d11a

Browse files
Bertik23nikic
andauthored
Fix typo
Co-authored-by: Nikita Popov <[email protected]>
1 parent 2772cd8 commit b05d11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/AsmParser/LLLexer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ namespace llvm {
9393
private:
9494
lltok::Kind LexToken();
9595

96-
// Return closes pointer after `Ptr` that is an end of a label.
96+
// Return closest pointer after `Ptr` that is an end of a label.
9797
// Returns nullptr if `Ptr` doesn't point into a label.
9898
const char *getLabelTail(const char *Ptr);
9999
int getNextChar();

0 commit comments

Comments
 (0)