aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/raw-data.h
diff options
context:
space:
mode:
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);