diff options
Diffstat (limited to 'libc/stdlib/abort.c')
-rw-r--r-- | libc/stdlib/abort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/abort.c b/libc/stdlib/abort.c index 5fb8be599..6806a8b55 100644 --- a/libc/stdlib/abort.c +++ b/libc/stdlib/abort.c @@ -16,7 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Hacked up for uC-Libc by Erik Andersen */ +/* Hacked up for uClibc by Erik Andersen */ #include <signal.h> #include <stdio.h> |