[xiph-commits] r18052 - trunk/ogg/src

giles at svn.xiph.org giles at svn.xiph.org
Thu Aug 4 10:57:02 PDT 2011


Author: giles
Date: 2011-08-04 10:57:02 -0700 (Thu, 04 Aug 2011)
New Revision: 18052

Modified:
   trunk/ogg/src/framing.c
Log:
Fix a comment typo.


Modified: trunk/ogg/src/framing.c
===================================================================
--- trunk/ogg/src/framing.c	2011-08-04 17:56:39 UTC (rev 18051)
+++ trunk/ogg/src/framing.c	2011-08-04 17:57:02 UTC (rev 18052)
@@ -512,7 +512,7 @@
    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);



More information about the commits mailing list