Skip to content

Commit

Permalink
Fix formatting of a comment; NFC (llvm#87739)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-6 authored Apr 5, 2024
1 parent a5ae54a commit 2c0a99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Lex/Token.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Token {
/// Annotations (resolved type names, C++ scopes, etc): isAnnotation().
/// This is a pointer to sema-specific data for the annotation token.
/// Eof:
// This is a pointer to a Decl.
/// This is a pointer to a Decl.
/// Other:
/// This is null.
void *PtrData;
Expand Down

0 comments on commit 2c0a99f

Please sign in to comment.