Fix a typo in a comment.
authorCarl Worth <cworth@cworth.org>
Wed, 26 May 2010 15:10:38 +0000 (08:10 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 26 May 2010 15:10:38 +0000 (08:10 -0700)
Always better to use proper grammar in our grammar.

glcpp-parse.y

index 3b736f8e64df072f26eaafa6f9c44c792bd2785f..5b792a976e676d79fda018795a2389266cc94c1a 100644 (file)
@@ -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. */