[xiph-commits] r18759 - trunk/theora/include/theora

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Jan 8 08:44:02 PST 2013


Author: tterribe
Date: 2013-01-08 08:44:02 -0800 (Tue, 08 Jan 2013)
New Revision: 18759

Modified:
   trunk/theora/include/theora/codec.h
Log:
Fix some typos in the documentation.


Modified: trunk/theora/include/theora/codec.h
===================================================================
--- trunk/theora/include/theora/codec.h	2013-01-08 16:29:56 UTC (rev 18758)
+++ trunk/theora/include/theora/codec.h	2013-01-08 16:44:02 UTC (rev 18759)
@@ -320,7 +320,7 @@
  * In filling in this structure, th_decode_headerin() will null-terminate
  *  the user_comment strings for safety.
  * However, the bitstream format itself treats them as 8-bit clean vectors,
- *  possibly containing null characters, and so the length array should be
+ *  possibly containing null characters, so the length array should be
  *  treated as their authoritative length.
  */
 typedef struct th_comment{
@@ -559,7 +559,7 @@
  * To add such comments you will need to manipulate the #th_comment
  *  structure directly.
  * \param _tc  The #th_comment struct to add the comment to.
- * \param _tag A null-terminated string containing the tag  associated with
+ * \param _tag A null-terminated string containing the tag associated with
  *              the comment.
  * \param _val The corresponding value as a null-terminated string.*/
 extern void th_comment_add_tag(th_comment *_tc,const char *_tag,
@@ -586,7 +586,7 @@
  *  retrieve all the values for that tag in order.
  * \param _tc    An initialized #th_comment structure.
  * \param _tag   The tag to look up.
- * \return The number on instances of this particular tag.*/
+ * \return The number of instances of this particular tag.*/
 extern int th_comment_query_count(th_comment *_tc,const char *_tag);
 /**Clears a #th_comment structure.
  * This should be called on a #th_comment structure after it is no longer



More information about the commits mailing list