summaryrefslogtreecommitdiff
path: root/include/share
diff options
context:
space:
mode:
authorZoë Blade <zoe@bytenoise.co.uk>2014-12-01 14:38:11 +0000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-12-03 21:43:03 +1100
commit7b757e46f222e6e15878eac503d8c68c3b7294cd (patch)
treeb5c8d6ba9b29c0cf92fdc4cdc994dc09837dcb26 /include/share
parent723cfa34f2dd6c091117eefe93b05048e0e5b837 (diff)
downloadflac-7b757e46f222e6e15878eac503d8c68c3b7294cd.tar.gz
Fix some minor word duplication
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'include/share')
-rw-r--r--include/share/compat.h2
-rw-r--r--include/share/macros.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/share/compat.h b/include/share/compat.h
index 0dc5673d..1ee5cc4a 100644
--- a/include/share/compat.h
+++ b/include/share/compat.h
@@ -186,7 +186,7 @@
* snprintf as well as Microsoft Visual Studio which has an non-standards
* conformant snprint_s function.
*
- * This function wraps the MS version to behave more like the the ISO version.
+ * This function wraps the MS version to behave more like the ISO version.
*/
#include <stdarg.h>
#ifdef __cplusplus
diff --git a/include/share/macros.h b/include/share/macros.h
index b4254b9f..5b9cf4e1 100644
--- a/include/share/macros.h
+++ b/include/share/macros.h
@@ -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).
*/