diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-19 04:08:46 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-19 04:08:46 +0100 |
commit | 6f29fa271c8d8c9aeccc6193a4f1d4fe75211fdb (patch) | |
tree | 2531687f8ce7ba5f6a7a8cc92ae87627156bab0d | |
parent | builtin functions (diff) | |
download | mds-6f29fa271c8d8c9aeccc6193a4f1d4fe75211fdb.tar.gz mds-6f29fa271c8d8c9aeccc6193a4f1d4fe75211fdb.tar.bz2 mds-6f29fa271c8d8c9aeccc6193a4f1d4fe75211fdb.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/mds-kbdc/make-tree.c | 2 | ||||
-rw-r--r-- | src/mds-kbdc/make-tree.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mds-kbdc/make-tree.c b/src/mds-kbdc/make-tree.c index 4ed3017..72a50df 100644 --- a/src/mds-kbdc/make-tree.c +++ b/src/mds-kbdc/make-tree.c @@ -685,7 +685,7 @@ /** - * Parse a file into a syntex tree + * Parse a file into a syntax tree * * @param filename The filename of the file to parse * @param result Output parameter for the root of the tree, `NULL` if -1 is returned diff --git a/src/mds-kbdc/make-tree.h b/src/mds-kbdc/make-tree.h index bcd4773..6c02a8f 100644 --- a/src/mds-kbdc/make-tree.h +++ b/src/mds-kbdc/make-tree.h @@ -24,7 +24,7 @@ /** - * Parse a file into a syntex tree + * Parse a file into a syntax tree * * @param filename The filename of the file to parse * @param result Output parameter for the root of the tree, `NULL` if -1 is returned |