From: Michael Meissner Date: Wed, 28 Oct 1992 15:56:23 +0000 (+0000) Subject: Properly close comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e45d9b98ee5759a7a36d096ed64e37fc926ba849;p=gcc.git Properly close comment. From-SVN: r2628 --- diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index fd27c953476..70bd258917e 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -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