projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5cd403
)
Fix a typo in a comment.
author
Carl Worth
<cworth@cworth.org>
Wed, 26 May 2010 15:10:38 +0000
(08:10 -0700)
committer
Carl 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
patch
|
blob
|
history
diff --git
a/glcpp-parse.y
b/glcpp-parse.y
index 3b736f8e64df072f26eaafa6f9c44c792bd2785f..5b792a976e676d79fda018795a2389266cc94c1a 100644
(file)
--- 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 add
s
a talloc_reference() to token.
*
* You may want to talloc_unlink any current reference if you no
* longer need it. */