aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorŠtěpán Němec2020-04-21 10:51:45 +0200
committerŠtěpán Němec2021-04-24 18:26:07 +0200
commit2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c (patch)
tree83770ac6ffa9d9530fc1d10a50e89140962c20be /src
parentaf464e438004698865eafc1b871d4316cfcd8dad (diff)
downloademacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.tar.gz
emacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.zip
; Fix some typos in doc strings and manuals
Diffstat (limited to 'src')
-rw-r--r--src/character.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.h b/src/character.h
index d19e1e2604c..75351cd1edf 100644
--- a/src/character.h
+++ b/src/character.h
@@ -42,7 +42,7 @@ INLINE_HEADER_BEGIN
42 F9..FF 11111yyy 42 F9..FF 11111yyy
43 43
44 In each bit pattern, 'x' and 'y' each represent a single bit of the 44 In each bit pattern, 'x' and 'y' each represent a single bit of the
45 character code payload, and least one 'y' must be a 1 bit. 45 character code payload, and at least one 'y' must be a 1 bit.
46 In the 5-byte sequence, the 22-bit payload cannot exceed 3FFF7F. 46 In the 5-byte sequence, the 22-bit payload cannot exceed 3FFF7F.
47*/ 47*/
48 48