changeset 51093:2c04067bcdc0

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 May 2003 14:41:32 +0000
parents c559952fe972
children 315c1e04aa83
files src/emacs.c src/unexec.c src/xterm.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Mon May 19 14:41:09 2003 +0000
+++ b/src/emacs.c	Mon May 19 14:41:32 2003 +0000
@@ -602,7 +602,7 @@
 {}
 void __do_global_dtors ()
 {}
-/* Linux has a bug in its library; avoid an error.  */
+/* GNU/Linux has a bug in its library; avoid an error.  */
 #ifndef GNU_LINUX
 char * __CTOR_LIST__[2] = { (char *) (-1), 0 };
 #endif
--- a/src/unexec.c	Mon May 19 14:41:09 2003 +0000
+++ b/src/unexec.c	Mon May 19 14:41:32 2003 +0000
@@ -821,7 +821,7 @@
       PERROR (new_name);
     }
 
-#if 0 /* This #ifndef caused a bug on Linux when using QMAGIC.  */
+#if 0 /* This #ifndef caused a bug on GNU/Linux when using QMAGIC.  */
   /* This adjustment was done above only #ifndef NO_REMAP,
      so only undo it now #ifndef NO_REMAP.  */
   /* #ifndef NO_REMAP  */
--- a/src/xterm.c	Mon May 19 14:41:09 2003 +0000
+++ b/src/xterm.c	Mon May 19 14:41:32 2003 +0000
@@ -8768,7 +8768,7 @@
 	  (raise-frame f))
 
        the frame is not raised with various window managers on
-       FreeBSD, Linux and Solaris.  It turns out that, for some
+       FreeBSD, GNU/Linux and Solaris.  It turns out that, for some
        unknown reason, the call to XtMapWidget is completely ignored.
        Mapping the widget a second time works.  */