Fix harmless unterminated comment.
authorRichard Stallman <rms@gnu.org>
Sat, 18 Jul 1992 03:46:48 +0000 (03:46 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 18 Jul 1992 03:46:48 +0000 (03:46 +0000)
From-SVN: r1618

gcc/c-typeck.c

index c542988f1f01bc93800fdf0eb64c7de5e7855e84..42d2be0686d980e7b9ae6f1b0e6e5388eba3abac 100644 (file)
@@ -4251,7 +4251,7 @@ store_init_value (decl, init)
   DECL_INITIAL (decl) = value;
 }
 \f
-/* Methods for storing and printing names for error messages.
+/* Methods for storing and printing names for error messages.  */
 
 /* Implement a spelling stack that allows components of a name to be pushed
    and popped.  Each element on the stack is this structure.  */