aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-09-20 16:06:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-09-20 16:06:17 +1200
commit36f3130388a60c4312fff234d9de2ad5f1449798 (patch)
treea8977cc9ea9df3ee64448ba078b56a1d6c0e2c69
parentBump VERSION (diff)
downloadwtf8-36f3130388a60c4312fff234d9de2ad5f1449798.tar.gz
wtf8-36f3130388a60c4312fff234d9de2ad5f1449798.zip
Correct search/replace error
-rw-r--r--wtf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wtf8.c b/wtf8.c
index 1b99d63..a53f393 100644
--- a/wtf8.c
+++ b/wtf8.c
@@ -1,7 +1,7 @@
#include "wtf8.h"
/*
- * Check if first two bits of the character are "10", meaning it'str a UTF-8
+ * Check if first two bits of the character are "10", meaning it's a UTF-8
* continuation character
*/
int is_utf8_cont(unsigned char chr) {