summaryrefslogtreecommitdiff
path: root/src/xutf8
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-23 09:04:14 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-23 09:04:14 +0200
commit4611327672e78e6b8996e232810d3042c4f56db2 (patch)
tree0f07ac7f22332dd812debdad78f60f7068a2a629 /src/xutf8
parent1631e391879c85de3ee97406c19d6a8057294042 (diff)
Comment-only changes.
Diffstat (limited to 'src/xutf8')
-rw-r--r--src/xutf8/utf8Wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c
index 88235245d..5ca8f25d4 100644
--- a/src/xutf8/utf8Wrap.c
+++ b/src/xutf8/utf8Wrap.c
@@ -37,7 +37,7 @@
*/
/* The ARM header files have a bug by not taking into account that ARM cpu
- * likes pacing to 4 bytes. This little trick defines our own version of
+ * likes packing to 4 bytes. This little trick defines our own version of
* XChar2b which does not have this problem
*/