diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-24 23:13:10 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-24 23:13:10 +0000 |
commit | c9639fab611b9542cdbf4fb36ab6e89d8d8ba782 (patch) | |
tree | f421f1c6e98d83a8936d460a390e65f874bc8c0d /tests/audiogen.c | |
parent | 79e95835e0cf69bb8ed114c0979f0e3f16822e56 (diff) | |
download | ffmpeg-c9639fab611b9542cdbf4fb36ab6e89d8d8ba782.tar.gz |
typo
Originally committed as revision 9121 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/audiogen.c')
-rw-r--r-- | tests/audiogen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/audiogen.c b/tests/audiogen.c index 68ae135869..f96110e968 100644 --- a/tests/audiogen.c +++ b/tests/audiogen.c @@ -1,6 +1,6 @@ /* * Generates a synthetic stereo sound - * NOTE: no floats are used to guaranty a bit exact output. + * NOTE: No floats are used to guarantee a bit exact output. * * Copyright (c) 2002 Fabrice Bellard * |