spelling/grammar/consistency review part II

Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-01-28 23:03:17 +00:00
parent 7b484a7a17
commit bfe3676feb
11 changed files with 43 additions and 42 deletions

View File

@@ -1,4 +1,5 @@
/* adler32.c -- compute the Adler-32 checksum of a data stream
/*
* Compute the Adler-32 checksum of a data stream.
* This is a modified version based on adler32.c from the zlib library.
*
* Copyright (C) 1995 Mark Adler