summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CompilerKit/AST.h')
-rw-r--r--include/CompilerKit/AST.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h
index 0e869da..f45d6fd 100644
--- a/include/CompilerKit/AST.h
+++ b/include/CompilerKit/AST.h
@@ -46,7 +46,7 @@ enum struct KeywordKind {
kKeywordKindVariableInc,
kKeywordKindConstant,
kKeywordKindTypedef,
- kKeywordKindEndLine, // Optional in Nectar.
+ kKeywordKindEndLine, // Optional in Nectar.
kKeywordKindSpecifier,
kKeywordKindInvalid,
kKeywordKindReturn,