summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/audiogen.c4
-rw-r--r--tests/rotozoom.c2
-rw-r--r--tests/videogen.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/audiogen.c b/tests/audiogen.c
index ddd1e18028..d48b5910bc 100644
--- a/tests/audiogen.c
+++ b/tests/audiogen.c
@@ -1,6 +1,6 @@
/*
- * Generates a synthetic stereo sound
- * NOTE: No floats are used to guarantee a bit exact output.
+ * Generate a synthetic stereo sound.
+ * NOTE: No floats are used to guarantee bitexact output.
*
* Copyright (c) 2002 Fabrice Bellard
*
diff --git a/tests/rotozoom.c b/tests/rotozoom.c
index ff817acc3b..ba1db29641 100644
--- a/tests/rotozoom.c
+++ b/tests/rotozoom.c
@@ -1,5 +1,5 @@
/*
- * Generates a synthetic YUV video sequence suitable for codec testing.
+ * Generate a synthetic YUV video sequence suitable for codec testing.
*
* copyright (c) Sebastien Bechet <s.bechet@av7.net>
*
diff --git a/tests/videogen.c b/tests/videogen.c
index f114801a8a..957692d307 100644
--- a/tests/videogen.c
+++ b/tests/videogen.c
@@ -1,6 +1,6 @@
/*
- * Generates a synthetic YUV video sequence suitable for codec testing.
- * NOTE: No floats are used to guarantee a bit exact output.
+ * Generate a synthetic YUV video sequence suitable for codec testing.
+ * NOTE: No floats are used to guarantee bitexact output.
*
* Copyright (c) 2002 Fabrice Bellard
*