From: Carl Worth Date: Wed, 26 May 2010 15:10:38 +0000 (-0700) Subject: Fix a typo in a comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1ae61a2ee1bf2ba733dca417b0268b1106d83cf;p=mesa.git Fix a typo in a comment. Always better to use proper grammar in our grammar. --- diff --git a/glcpp-parse.y b/glcpp-parse.y index 3b736f8e64d..5b792a976e6 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. */