diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-02 12:37:40 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-02 12:37:40 +0100 |
commit | d879372d5812742c779c4b94a94651261edbbfb4 (patch) | |
tree | 4b06daa4b2b2b4f0024847763eaaafb622ae4ed4 | |
parent | mds-kbdc: more simplification (diff) | |
download | mds-d879372d5812742c779c4b94a94651261edbbfb4.tar.gz mds-d879372d5812742c779c4b94a94651261edbbfb4.tar.bz2 mds-d879372d5812742c779c4b94a94651261edbbfb4.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-kbdc/make-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/make-tree.c b/src/mds-kbdc/make-tree.c index 2cdb4c0..72debe5 100644 --- a/src/mds-kbdc/make-tree.c +++ b/src/mds-kbdc/make-tree.c @@ -685,7 +685,7 @@ typedef struct state } state_t; -/* Short hands for the state variables. */ +/* Shorthands for the state variables. */ #define parsing_result (state->parsing_result_) #define stack_ptr (state->stack_ptr_) #define keyword_stack (state->keyword_stack_) |