summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Barzilay <eli@racket-lang.org>2010-02-05 03:21:52 +0000
committerIvan Maidanski <ivmai@mail.ru>2013-11-03 13:45:14 +0400
commitcab117634efa5038a14c91b10d5fd87e7f7aa26d (patch)
tree2522f8901bb76a3a73bd66d7e26c15f81881bb77
parent2231615af4986b0ca546e3b16832fdb11d8d5625 (diff)
downloadbdwgc-cab117634efa5038a14c91b10d5fd87e7f7aa26d.tar.gz
A bunch of additional typos
svn: r17976
-rw-r--r--include/cord.h2
1 files changed, 1 insertions, 1 deletions
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. */