mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
Fix a typo in a comment.
Always better to use proper grammar in our grammar.
This commit is contained in:
parent
d5cd40343f
commit
b1ae61a2ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue