diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-02 11:53:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-02 11:53:38 +0100 |
commit | e4c590b38ad6c0b555fb3f6c7ddf27cb10029e90 (patch) | |
tree | 3f617b474b2096262bfdf8226f32b90b3c2d1591 | |
parent | mds-kbdc: split out and dedup include stack (diff) | |
download | mds-e4c590b38ad6c0b555fb3f6c7ddf27cb10029e90.tar.gz mds-e4c590b38ad6c0b555fb3f6c7ddf27cb10029e90.tar.bz2 mds-e4c590b38ad6c0b555fb3f6c7ddf27cb10029e90.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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) { |