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