Fix some minor word duplication

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
Zoë Blade
2014-12-01 14:38:11 +00:00
committed by Erik de Castro Lopo
parent 723cfa34f2
commit 7b757e46f2
8 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@
#include <errno.h>
/* FLAC_CHECK_RETURN : Check the return value of of the provided function and
/* FLAC_CHECK_RETURN : Check the return value of the provided function and
* print and error message if it fails (ie returns a value < 0).
*/