aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-03-07 22:31:14 -0800
committerJosh Triplett <josh@freedesktop.org>2007-03-07 22:31:14 -0800
commit309f3805ddec9ab2f9c62da573586a7cf7c1f17a (patch)
tree7f0c29a1a2b382d24f851b433e673c7625541a62 /symbol.h
parentIntroduce top level parsing for asm parsing. (diff)
downloadsparse-309f3805ddec9ab2f9c62da573586a7cf7c1f17a.tar.gz
sparse-309f3805ddec9ab2f9c62da573586a7cf7c1f17a.tar.bz2
sparse-309f3805ddec9ab2f9c62da573586a7cf7c1f17a.zip
Fix typo in symbol.h: s/keywrods/keywords/
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'symbol.h')
-rw-r--r--symbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.h b/symbol.h
index dcf5a38..bb51961 100644
--- a/symbol.h
+++ b/symbol.h
@@ -90,7 +90,7 @@ struct symbol_op {
int (*expand)(struct expression *, int);
int (*args)(struct expression *);
- /* keywrods */
+ /* keywords */
struct token *(*declarator)(struct token *token, struct ctype *ctype);
struct token *(*statement)(struct token *token, struct statement *stmt);
struct token *(*toplevel)(struct token *token, struct symbol_list **list);