]> granicus.if.org Git - gc/commitdiff
A bunch of additional typos
authorEli Barzilay <eli@racket-lang.org>
Fri, 5 Feb 2010 03:21:52 +0000 (03:21 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 3 Nov 2013 09:45:14 +0000 (13:45 +0400)
svn: r17976

include/cord.h

index 926089e86fbb18567aa48981aa68dc152f1e7b76..9082cc984aba914b3e0fdf2de1c74c6d31e7d6c1 100644 (file)
@@ -299,7 +299,7 @@ size_t CORD_rchr(CORD x, size_t i, int c);
 /*    the correct buffer size.                                         */
 /* 4. Most of the conversions are implement through the native                 */
 /*    vsprintf.  Hence they are usually no faster, and                         */
-/*    idiosyncracies of the native printf are preserved.  However,     */
+/*    idiosyncrasies of the native printf are preserved.  However,     */
 /*    CORD arguments to CORD_sprintf and CORD_vsprintf are NOT copied; */
 /*    the result shares the original structure.  This may make them    */
 /*    very efficient in some unusual applications.                     */