emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111982: coding.c (to_unicode): Fix a


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111982: coding.c (to_unicode): Fix a typo in a comment.
Date: Sat, 09 Mar 2013 20:09:33 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111982
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-09 20:09:33 +0200
message:
  coding.c (to_unicode): Fix a typo in a comment.
modified:
  src/coding.c
=== modified file 'src/coding.c'
--- a/src/coding.c      2013-03-06 11:26:30 +0000
+++ b/src/coding.c      2013-03-09 18:09:33 +0000
@@ -7970,7 +7970,7 @@
 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]