]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Nov 2002 11:36:26 +0000 (11:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Nov 2002 11:36:26 +0000 (11:36 +0000)
src/Makefile.in

index 0169205240ed1dbb4a33390133aac86925edd251..63e38faba6e1e0ae2a4d83b14fb8bea3592d8da3 100644 (file)
@@ -107,7 +107,7 @@ CC = C_COMPILER
 #endif
 
 /* GNU libc requires ORDINARY_LINK so that its own crt0 is used.
-   Linux is an exception because it uses a funny variant of GNU libc.  */
+   GNU/Linux is an exception because it uses a funny variant of GNU libc.  */
 #ifdef __GNU_LIBRARY__
 #ifndef GNU_LINUX
 #define ORDINARY_LINK