From e45d9b98ee5759a7a36d096ed64e37fc926ba849 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 28 Oct 1992 15:56:23 +0000 Subject: [PATCH] Properly close comment. From-SVN: r2628 --- gcc/libgcc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2