summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2011-09-05 18:06:31 +0900
committerNARUSE, Yui <naruse@airemix.jp>2011-09-05 18:06:31 +0900
commit6dc860194dfada70da5caa894630648b7bc6eedd (patch)
tree36e81b0d51c120655f2050f6796aff8664c1f985
parentf0adb8f0c89192aea4bb36ff8c2414e247477fcf (diff)
downloadjson-6dc860194dfada70da5caa894630648b7bc6eedd.tar.gz
Fix typo: U+0456->U+0069.
-rw-r--r--ext/json/ext/generator/generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/ext/generator/generator.c b/ext/json/ext/generator/generator.c
index 9ad037c..781e9e6 100644
--- a/ext/json/ext/generator/generator.c
+++ b/ext/json/ext/generator/generator.c
@@ -112,7 +112,7 @@ static void unicode_escape(char *buf, UTF16 character)
}
/* Escapes the UTF16 character and stores the result in the buffer buf, then
- * the buffer buf іs appended to the FBuffer buffer. */
+ * the buffer buf is appended to the FBuffer buffer. */
static void unicode_escape_to_buffer(FBuffer *buffer, char buf[6], UTF16
character)
{