Skip to content

Commit 1868856

Browse files
committed
update regex in comment, thanks to @schnippi for pointing this out.
1 parent 06dc97c commit 1868856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Parse/Lexer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ void Lexer::lexHash() {
592592
return lexImpl();
593593
}
594594

595-
// Scan for [a-z]+ to see what we match.
595+
// Scan for [a-zA-Z]+ to see what we match.
596596
const char *tmpPtr = CurPtr;
597597
while (clang::isLetter(*tmpPtr))
598598
++tmpPtr;

0 commit comments

Comments
 (0)