identifier: Fix typo in comment.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 29 May 2023 20:06:41 +0000 (13:06 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 29 May 2023 20:06:41 +0000 (13:06 -0700)
src/data/identifier.h

index 8fc25cccbad4198326c77a05e1ee536d69805125..9da869638b67cf754d8d44dc54557638a0eab0af 100644 (file)
@@ -38,7 +38,7 @@
     TOKEN_TYPE(ASTERISK)            /* * */                             \
     TOKEN_TYPE(SLASH)               /* / */                             \
     TOKEN_TYPE(EQUALS)              /* = */                             \
-    TOKEN_TYPE(LPAREN)              /* (*/                              \
+    TOKEN_TYPE(LPAREN)              /* ( */                             \
     TOKEN_TYPE(RPAREN)              /* ) */                             \
     TOKEN_TYPE(LBRACK)              /* [ */                             \
     TOKEN_TYPE(RBRACK)              /* ] */                             \