summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2011-08-04 17:57:02 +0000
committerRalph Giles <giles@xiph.org>2011-08-04 17:57:02 +0000
commitd5f8dd19d55f27035ff90591ba1f3abafa813726 (patch)
treee1b27eaf8900bc5cd212789b88ef57d1e5a8c312
parent322fabdbd97c29a773dab0e25272b2884f4bd7ec (diff)
downloadogg-d5f8dd19d55f27035ff90591ba1f3abafa813726.tar.gz
Fix a comment typo.
git-svn-id: http://svn.xiph.org/trunk/ogg@18052 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--src/framing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framing.c b/src/framing.c
index 7dabad6..447bef7 100644
--- a/src/framing.c
+++ b/src/framing.c
@@ -512,7 +512,7 @@ static int ogg_stream_flush_i(ogg_stream_state *os,ogg_page *og, int force, int
since ogg_stream_flush will flush the last page in a stream even if
it's undersized, you almost certainly want to use ogg_stream_pageout
(and *not* ogg_stream_flush) unless you specifically need to flush
- an page regardless of size in the middle of a stream. */
+ a page regardless of size in the middle of a stream. */
int ogg_stream_flush(ogg_stream_state *os,ogg_page *og){
return ogg_stream_flush_i(os,og,1,4096);