Fix whitespace in comment
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 22 May 2000 22:40:02 +0000 (18:40 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 22 May 2000 22:40:02 +0000 (18:40 -0400)
From-SVN: r34093

gcc/toplev.c

index 9f13b9a..6a4f598 100644 (file)
@@ -3566,9 +3566,8 @@ rest_of_compilation (decl)
     rtx x;
     const char *fnname;
 
-    /* Get the function's name, as described by its RTL.
-               This may be different from the DECL_NAME name used
-               in the source file.  */
+    /* Get the function's name, as described by its RTL.  This may be
+       different from the DECL_NAME name used in the source file.  */
 
     x = DECL_RTL (decl);
     if (GET_CODE (x) != MEM)