coding.c (to_unicode): Fix a typo in a comment.
This commit is contained in:
parent
74dd4abc5f
commit
bc989a58e2
1 changed files with 1 additions and 1 deletions
|
@ -7970,7 +7970,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.
|
||||
|
|
Loading…
Add table
Reference in a new issue