Swept the freeglut_font.c for comment cleanup:
authorRichard Rauch <rkr@olib.org>
Tue, 14 Oct 2003 00:51:00 +0000 (00:51 +0000)
committerRichard Rauch <rkr@olib.org>
Tue, 14 Oct 2003 00:51:00 +0000 (00:51 +0000)
commite6e96266fbfab8633b0bba98989541f3b2d3ee9e
treefef204197828de5ed91d7e0f1b81e1e845f8a49c
parente76e86e9f670555f1ba9623b1ee6ff8f1c88c56f
Swept the freeglut_font.c for comment cleanup:
 * Got rid of the "rewrite C as English" comments.
 * Corrected several bogus references to "carriage returns" (in strings).
   The symbols were newlines or EOLs or LFs (\n).
   They were *not* carriage returns or CRs (\r).
 * Clarified the comments on glBitmap() calls.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@232 7f0cb862-5218-0410-a997-914c9d46530a
src/freeglut_font.c