From 7e3fd32b1cfee93aa4d73570940e3781ad2d5680 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 22 Mar 2005 18:12:29 +0000 Subject: * libc/include/machine/_types.h: Make trivial change to comment to avoid a spurious warning from gcc. --- newlib/libc/include/machine/_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include') 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 ) -- cgit v1.2.3