diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-09 20:48:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-09 20:48:31 +0100 |
commit | 6afd09f080f3f4501f04d3f9fbfc55768be3b675 (patch) | |
tree | 9c56068b45839cf3a80c05e45251e12876a93735 /src/mds-kbdc/raw-data.h | |
parent | whitespace (diff) | |
download | mds-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.h | 2 |
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); |