From 1db9f9c341ea538b5111197a0a101b9f5f368532 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 7 Dec 2014 18:10:02 +0100 Subject: mds-kbdc: compile-layout: bug fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-kbdc/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mds-kbdc/string.h') 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); -- cgit v1.2.3-70-g09d2