summaryrefslogtreecommitdiff
path: root/src
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
commitedb31b1ba8e25d19e6e49d2999eb2e3a6a91c5d0 (patch)
treee1b27eaf8900bc5cd212789b88ef57d1e5a8c312 /src
parent1f8e16e0045adc2e2ad0da975fd2d040198a2113 (diff)
downloadogg-git-edb31b1ba8e25d19e6e49d2999eb2e3a6a91c5d0.tar.gz
Fix a comment typo.
svn path=/trunk/ogg/; revision=18052
Diffstat (limited to 'src')
-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);