diff options
Diffstat (limited to 'src/mds-kbdc/parse-error.c')
-rw-r--r-- | src/mds-kbdc/parse-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/parse-error.c b/src/mds-kbdc/parse-error.c index 4d5ab9d..92e5ab0 100644 --- a/src/mds-kbdc/parse-error.c +++ b/src/mds-kbdc/parse-error.c @@ -28,7 +28,7 @@ * * @param this The error structure * @param output The output file - * @parma desc The description of the error + * @param desc The description of the error */ static void print(const mds_kbdc_parse_error_t* restrict this, FILE* restrict output, const char* restrict desc) { |