diff avio.h @ 2165:eac986610f47 libavformat

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents 247fdf49ffb8
children a6d6b2b19341
line wrap: on
line diff
--- a/avio.h	Tue Jun 12 09:29:25 2007 +0000
+++ b/avio.h	Tue Jun 12 18:50:50 2007 +0000
@@ -85,9 +85,9 @@
 int url_poll(URLPollEntry *poll_table, int n, int timeout);
 
 /**
- * passing this as the "whence" parameter to a seek function causes it to
- * return the filesize without seeking anywhere, supporting this is optional
- * if its not supprted then the seek function will return <0
+ * Passing this as the "whence" parameter to a seek function causes it to
+ * return the filesize without seeking anywhere. Supporting this is optional.
+ * If it is not supported then the seek function will return <0.
  */
 #define AVSEEK_SIZE 0x10000