ruby-changes:21143
From: naruse <ko1@a...>
Date: Mon, 5 Sep 2011 18:05:24 +0900 (JST)
Subject: [ruby-changes:21143] naruse:r33192 (trunk): Fix typo: U+0456->U+0069. [Bug #5275]
naruse 2011-09-05 18:05:13 +0900 (Mon, 05 Sep 2011) New Revision: 33192 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33192 Log: Fix typo: U+0456->U+0069. [Bug #5275] Modified files: trunk/ext/json/generator/generator.c Index: ext/json/generator/generator.c =================================================================== --- ext/json/generator/generator.c (revision 33191) +++ ext/json/generator/generator.c (revision 33192) @@ -112,7 +112,7 @@ } /* 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) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/