Fix a typo in a comment.

Always better to use proper grammar in our grammar.
This commit is contained in:
Carl Worth 2010-05-26 08:10:38 -07:00
parent d5cd40343f
commit b1ae61a2ee

View 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. */