aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-19 04:08:46 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-19 04:08:46 +0100
commit6f29fa271c8d8c9aeccc6193a4f1d4fe75211fdb (patch)
tree2531687f8ce7ba5f6a7a8cc92ae87627156bab0d
parentbuiltin functions (diff)
downloadmds-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.c2
-rw-r--r--src/mds-kbdc/make-tree.h2
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