From: Eli Barzilay Date: Fri, 5 Feb 2010 03:21:52 +0000 (+0000) Subject: A bunch of additional typos X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cab117634efa5038a14c91b10d5fd87e7f7aa26d;p=gc A bunch of additional typos svn: r17976 --- diff --git a/include/cord.h b/include/cord.h index 926089e8..9082cc98 100644 --- a/include/cord.h +++ b/include/cord.h @@ -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. */