Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 May 2003 14:41:32 +0000 (14:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 May 2003 14:41:32 +0000 (14:41 +0000)
src/emacs.c
src/unexec.c
src/xterm.c

index 2b24068..095ae9e 100644 (file)
@@ -602,7 +602,7 @@ void __do_global_ctors_aux ()
 {}
 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
index e6bcb63..aa41700 100644 (file)
@@ -821,7 +821,7 @@ make_hdr (new, a_out, data_start, bss_start, entry_address, a_name, new_name)
       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  */
index 0992e1f..128a1bf 100644 (file)
@@ -8768,7 +8768,7 @@ x_make_frame_visible (f)
          (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.  */