Originally committed as revision 9121 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2007/05/25 08:13:10
Showing 2 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 /*
2 2
  * Generates a synthetic stereo sound
3
- * NOTE: no floats are used to guaranty a bit exact output.
3
+ * NOTE: No floats are used to guarantee a bit exact output.
4 4
  *
5 5
  * Copyright (c) 2002 Fabrice Bellard
6 6
  *
... ...
@@ -1,6 +1,6 @@
1 1
 /*
2 2
  * Generates a synthetic YUV video sequence suitable for codec testing.
3
- * NOTE: no floats are used to guaranty a bit exact output.
3
+ * NOTE: No floats are used to guarantee a bit exact output.
4 4
  *
5 5
  * Copyright (c) 2002 Fabrice Bellard
6 6
  *