diff options
author | Carl Worth <cworth@cworth.org> | 2010-05-26 08:10:38 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-05-26 08:10:38 -0700 |
commit | b1ae61a2ee1bf2ba733dca417b0268b1106d83cf (patch) | |
tree | 70b92c97df2f8492dbd711f2bdcf4cb29dfe95d9 | |
parent | d5cd40343f4a83d3270cb87ef38e85dcb9682e8c (diff) |
Fix a typo in a comment.
Always better to use proper grammar in our grammar.
-rw-r--r-- | glcpp-parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcpp-parse.y b/glcpp-parse.y index 3b736f8e64..5b792a976e 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. */ |