aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2013-03-10 23:43:58 +0900
committerKenichi Handa <[email protected]>2013-03-10 23:43:58 +0900
commita6ebf83d9065b9b32231cd544d70195fb7ba97ae (patch)
tree06e464d66548640726c95710c386a9d0b7e4edd2 /src/coding.c
parentc230dd7d89730f565df77046d0666d2082e386ee (diff)
parent45ba025e53f8d91f7b46dfabafa5c8aafe4906dc (diff)
merge trunk
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index f33b5e7c7d..98af4ddcef 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -8005,7 +8005,7 @@ wchar_t *
to_unicode (Lisp_Object str, Lisp_Object *buf)
{
*buf = code_convert_string_norecord (str, Qutf_16le, 1);
- /* We need to make a another copy (in addition to the one made by
+ /* We need to make another copy (in addition to the one made by
code_convert_string_norecord) to ensure that the final string is
_doubly_ zero terminated --- that is, that the string is
terminated by two zero bytes and one utf-16le null character.