Properly close comment.
authorMichael Meissner <meissner@gcc.gnu.org>
Wed, 28 Oct 1992 15:56:23 +0000 (15:56 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 28 Oct 1992 15:56:23 +0000 (15:56 +0000)
From-SVN: r2628

gcc/libgcc2.c

index fd27c95..70bd258 100644 (file)
@@ -1230,7 +1230,7 @@ __builtin_new (sz)
 
 #ifdef __GNU_LIBRARY__
   /* Avoid forcing the library's meaning of `write' on the user program
-     by using the "internal" name (for use within the library)
+     by using the "internal" name (for use within the library)  */
 #define write(fd, buf, n)      __write((fd), (buf), (n))
 #endif