summaryrefslogtreecommitdiff
path: root/enc/utf_16_32.h
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-14 02:50:21 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-14 02:50:21 +0000
commit43ba3280c3ded752fd09bf7d8b8fce96d2d08779 (patch)
tree8c124be332dd119ac169be83c13c0099f0fa84dc /enc/utf_16_32.h
parent30280ef6cd66356b03e86d90395b98d07b4e447a (diff)
* enc/iso_2022_jp.h: fix typos.
[ci skip][fix GH-1140] Patch by @jutaz * enc/utf_16_32.h: ditto. * enc/utf_7.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/utf_16_32.h')
-rw-r--r--enc/utf_16_32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/utf_16_32.h b/enc/utf_16_32.h
index da58d1b23c..9f9216d8ff 100644
--- a/enc/utf_16_32.h
+++ b/enc/utf_16_32.h
@@ -1,5 +1,5 @@
#include "regenc.h"
-/* dummy for unsupported, statefull encoding */
+/* dummy for unsupported, stateful encoding */
#define ENC_DUMMY_UNICODE(name) ENC_REPLICATE(name, name "BE")
ENC_DUMMY_UNICODE("UTF-16");
ENC_DUMMY_UNICODE("UTF-32");