aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/string.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-07 18:10:02 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-07 18:10:02 +0100
commit1db9f9c341ea538b5111197a0a101b9f5f368532 (patch)
treea3ca2ec3f05c58514c363a0134d14ba26f41389a /src/mds-kbdc/string.h
parentm (diff)
downloadmds-1db9f9c341ea538b5111197a0a101b9f5f368532.tar.gz
mds-1db9f9c341ea538b5111197a0a101b9f5f368532.tar.bz2
mds-1db9f9c341ea538b5111197a0a101b9f5f368532.tar.xz
mds-kbdc: compile-layout: bug fixes
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-kbdc/string.h')
-rw-r--r--src/mds-kbdc/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/string.h b/src/mds-kbdc/string.h
index 905c6a3..a07500d 100644
--- a/src/mds-kbdc/string.h
+++ b/src/mds-kbdc/string.h
@@ -57,7 +57,7 @@ char* string_encode(const char32_t* restrict string) __attribute__((nonnull));
* Create duplicate of a string
*
* @param string The string
- * @return A duplicate of the strnig, `NULL` on error or if `string` is `NULL`
+ * @return A duplicate of the string, `NULL` on error or if `string` is `NULL`
*/
char32_t* string_dup(const char32_t* restrict string);