aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/slibc-human.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/slibc-human.h b/include/slibc-human.h
index 9aebcfd..25e5162 100644
--- a/include/slibc-human.h
+++ b/include/slibc-human.h
@@ -79,8 +79,8 @@ enum unescape_mode
* '\0' resolves to the byte sequence
* 192 128 (0xC0 0x80).
*
- * If not used, '\&' is handled as an
- * unsupported escape.
+ * If not used, '\0' resolves to a
+ * 0 byte (termination).
*/
UNESCAPE_MOD_UTF8 = 16,
};