changeset 7375:981b14d8b0e9 libavcodec

Cosmetics: grammar nits
author vitor
date Thu, 24 Jul 2008 11:55:01 +0000
parents 6d718739ee8e
children 5f3b62eaf6e5
files ra288.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ra288.c	Thu Jul 24 10:55:36 2008 +0000
+++ b/ra288.c	Thu Jul 24 11:55:01 2008 +0000
@@ -148,12 +148,12 @@
  *
  * @param order   the order of the filter
  * @param n       the length of the input
- * @param non_rec the number of non recursive samples
+ * @param non_rec the number of non-recursive samples
  * @param out     the filter output
  * @param in      pointer to the input of the filter
  * @param hist    pointer to the input history of the filter. It is updated by
  *                this function.
- * @param out     pointer to the non recursive part of the output
+ * @param out     pointer to the non-recursive part of the output
  * @param out2    pointer to the recursive part of the output
  * @param window  pointer to the windowing function table
  */