X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_font.c;h=447f5986c72e619c80ac2c50134d6969cfebbd18;hb=18a8b24540f2cd3eaccc5d715ed37692a824d29a;hp=710298fa39a54e545c8e08d455d8e62cf84a4ed1;hpb=e6e96266fbfab8633b0bba98989541f3b2d3ee9e;p=freeglut diff --git a/src/freeglut_font.c b/src/freeglut_font.c index 710298f..447f598 100644 --- a/src/freeglut_font.c +++ b/src/freeglut_font.c @@ -139,7 +139,7 @@ void FGAPIENTRY glutBitmapString( void* fontID, const unsigned char *string ) /* * Step through the string, drawing each character. - * A carriage return will simply translate the next character's insertion + * A newline will simply translate the next character's insertion * point back to the start of the line and down one line. */ for( c = 0; c < numchar; c++ ) @@ -246,7 +246,7 @@ void FGAPIENTRY glutStrokeString( void* fontID, const unsigned char *string ) /* * Step through the string, drawing each character. - * A carriage return will simply translate the next character's insertion + * A newline will simply translate the next character's insertion * point back to the start of the line and down one line. */ for( c = 0; c < numchar; c++ )