aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/raw-data.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-09 20:48:31 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-09 20:48:31 +0100
commit6afd09f080f3f4501f04d3f9fbfc55768be3b675 (patch)
tree9c56068b45839cf3a80c05e45251e12876a93735 /src/mds-kbdc/raw-data.h
parentwhitespace (diff)
downloadmds-6afd09f080f3f4501f04d3f9fbfc55768be3b675.tar.gz
mds-6afd09f080f3f4501f04d3f9fbfc55768be3b675.tar.bz2
mds-6afd09f080f3f4501f04d3f9fbfc55768be3b675.tar.xz
working on tree parsing
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-kbdc/raw-data.h')
-rw-r--r--src/mds-kbdc/raw-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/raw-data.h b/src/mds-kbdc/raw-data.h
index 54a9740..a0217d6 100644
--- a/src/mds-kbdc/raw-data.h
+++ b/src/mds-kbdc/raw-data.h
@@ -84,7 +84,7 @@ void source_code_free(source_code_t* restrict this);
* Read lines of a source file
*
* @param pathname The pathname of the source file
- * @parma source_code Output parameter for read data
+ * @param source_code Output parameter for read data
* @return Zero on success, -1 on error
*/
int read_source_lines(const char* restrict pathname, source_code_t* restrict source_code);