summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-26 08:10:38 -0700
committerCarl Worth <cworth@cworth.org>2010-05-26 08:10:38 -0700
commitb1ae61a2ee1bf2ba733dca417b0268b1106d83cf (patch)
tree70b92c97df2f8492dbd711f2bdcf4cb29dfe95d9
parentd5cd40343f4a83d3270cb87ef38e85dcb9682e8c (diff)
Fix a typo in a comment.
Always better to use proper grammar in our grammar.
-rw-r--r--glcpp-parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcpp-parse.y b/glcpp-parse.y
index 3b736f8..5b792a9 100644
--- a/glcpp-parse.y
+++ b/glcpp-parse.y
@@ -85,7 +85,7 @@ _token_create_ival (void *ctx, int type, int ival);
static token_list_t *
_token_list_create (void *ctx);
-/* Note: This function add a talloc_reference() to token.
+/* Note: This function adds a talloc_reference() to token.
*
* You may want to talloc_unlink any current reference if you no
* longer need it. */