summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/machine/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/machine/_types.h b/newlib/libc/include/machine/_types.h
index ab76561be..450ad4a6b 100644
--- a/newlib/libc/include/machine/_types.h
+++ b/newlib/libc/include/machine/_types.h
@@ -10,7 +10,7 @@ extern "C" {
#endif
/*
- * Guess on types by examining *_MIN/*_MAX defines.
+ * Guess on types by examining *_MIN / *_MAX defines.
*/
#if defined(__GNUC__) && (__GNUC__ >= 3 ) \
&& defined(__GNUC_MINOR__) && (__GNUC_MINOR__ > 2 )