From d5f8dd19d55f27035ff90591ba1f3abafa813726 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 4 Aug 2011 17:57:02 +0000 Subject: Fix a comment typo. git-svn-id: http://svn.xiph.org/trunk/ogg@18052 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- src/framing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.1