Skip to content

Commit 2c0a99f

Browse files
authored
Fix formatting of a comment; NFC (llvm#87739)
1 parent a5ae54a commit 2c0a99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Lex/Token.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Token {
5858
/// Annotations (resolved type names, C++ scopes, etc): isAnnotation().
5959
/// This is a pointer to sema-specific data for the annotation token.
6060
/// Eof:
61-
// This is a pointer to a Decl.
61+
/// This is a pointer to a Decl.
6262
/// Other:
6363
/// This is null.
6464
void *PtrData;

0 commit comments

Comments
 (0)