From 904433d7507f5b37199670c8e6ff11ff85ab57da Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Sun, 27 May 2001 20:08:07 +0000 Subject: [PATCH] minor spelling correction svn path=/trunk/vorbis/; revision=1462 --- lib/vorbisfile.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/vorbisfile.c b/lib/vorbisfile.c index 7d30fc7..ab6d4c8 100644 --- a/lib/vorbisfile.c +++ b/lib/vorbisfile.c @@ -11,7 +11,7 @@ ******************************************************************** function: stdio-based convenience library for opening/seeking/decoding - last mod: $Id: vorbisfile.c,v 1.46 2001/05/27 08:16:00 xiphmont Exp $ + last mod: $Id: vorbisfile.c,v 1.47 2001/05/27 20:08:07 giles Exp $ ********************************************************************/ @@ -49,7 +49,7 @@ information exists in an Ogg bitstream to seek to sample-granularity positions in the output. Or, one can seek by picking some portion of the stream roughly in the desired area if - we only want course navigation through the stream. */ + we only want coarse navigation through the stream. */ /************************************************************************* * Many, many internal helpers. The intention is not to be confusing; @@ -57,7 +57,8 @@ * harder to understand anyway. The high level functions are last. Begin * grokking near the end of the file */ -/* read a little more data from the file/pipe into the ogg_sync framer */ +/* read a little more data from the file/pipe into the ogg_sync framer +*/ #define CHUNKSIZE 8500 /* a shade over 8k; anyone using pages well over 8k gets what they deserve */ static long _get_data(OggVorbis_File *vf){ -- 2.7.4