diff options
author | Christopher Faylor <me@cgf.cx> | 2005-03-22 18:12:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-03-22 18:12:29 +0000 |
commit | 7e3fd32b1cfee93aa4d73570940e3781ad2d5680 (patch) | |
tree | 9116899cae0b5d8d377e25b66ddd7657fe492f2a /newlib/libc/include/machine | |
parent | 3b5f2105207933dcab2e6345cc19f88ccb544e67 (diff) | |
download | newlib-7e3fd32b1cfee93aa4d73570940e3781ad2d5680.zip newlib-7e3fd32b1cfee93aa4d73570940e3781ad2d5680.tar.gz newlib-7e3fd32b1cfee93aa4d73570940e3781ad2d5680.tar.bz2 |
* libc/include/machine/_types.h: Make trivial change to comment to avoid a
spurious warning from gcc.
Diffstat (limited to 'newlib/libc/include/machine')
-rw-r--r-- | newlib/libc/include/machine/_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/machine/_types.h b/newlib/libc/include/machine/_types.h index ab76561..450ad4a 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 ) |