summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xkbcommon/xkbcommon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xkbcommon/xkbcommon.h b/xkbcommon/xkbcommon.h
index f8b3d8b..4e0abc4 100644
--- a/xkbcommon/xkbcommon.h
+++ b/xkbcommon/xkbcommon.h
@@ -377,5 +377,5 @@ xkb_keysym_from_name(const char *name, enum xkb_keysym_flags flags);
*
- * @returns The number of bytes written to the buffer. If the keysym does
- * not have a Unicode representation, returns 0. If the buffer is too small,
- * returns -1.
+ * @returns The number of bytes written to the buffer (including the
+ * terminating byte). If the keysym does not have a Unicode
+ * representation, returns 0. If the buffer is too small, returns -1.
*/