summaryrefslogtreecommitdiffstats
path: root/src/include/kim/kim_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kim/kim_string.h')
-rw-r--r--src/include/kim/kim_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kim/kim_string.h b/src/include/kim/kim_string.h
index dfd220ffe..f68f4a409 100644
--- a/src/include/kim/kim_string.h
+++ b/src/include/kim/kim_string.h
@@ -57,7 +57,7 @@ extern "C" {
* To avoid this problem, KIM maintains an explanatory string for the last
* error seen in each thread calling into KIM. If a caller wishes to display
* an error to the user, immediately after getting the error the caller should
- * call #kim_string_create_for_error() to obtain a copy of the
+ * call #kim_string_create_for_last_error() to obtain a copy of the
* descriptive error message.
*
* See \ref kim_string_reference for information on specific APIs.