summaryrefslogtreecommitdiff
path: root/includes/cdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/cdefs.h')
-rw-r--r--includes/cdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cdefs.h b/includes/cdefs.h
index 59f16a5a..1a96b2ea 100644
--- a/includes/cdefs.h
+++ b/includes/cdefs.h
@@ -61,7 +61,7 @@
#endif
/* This macro is defined to avoid unused-but-set-variable warning
- * that is enabled in gcc 4.6
+ * that is enabled in gcc 4.6
*/
#define IGNORE_UNUSED(x) { x = x; }