summaryrefslogtreecommitdiff
path: root/sysdeps/gnu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-23 13:08:22 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-23 13:08:22 +0000
commitedb570bb87b009c04e30b2d75acb2a513079c836 (patch)
tree19349f774331b4f7a2c26170bbd2bbb077367f9f /sysdeps/gnu
parent361d49e6a4463bd86aba76a67c2b1dc0348f711a (diff)
downloadglibc-edb570bb87b009c04e30b2d75acb2a513079c836.tar.gz
Update.
1998-12-20 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add implementation. * sysdeps/unix/sysv/linux/arm/syscalls.list: Remove wrappers for now-inlined calls. 1998-12-22 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/sysv/linux/arm/ioperm.c: New file. Implementation of inb, outb etc for ARM systems. * sysdeps/unix/sysv/linux/arm/sys/io.h: Likewise. * sysdeps/unix/sysv/linux/arm/Versions: Add appropriate entries for the above.
Diffstat (limited to 'sysdeps/gnu')
-rw-r--r--sysdeps/gnu/errlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c
index 2f81a7d786..b5f9486eae 100644
--- a/sysdeps/gnu/errlist.c
+++ b/sysdeps/gnu/errlist.c
@@ -495,7 +495,7 @@ TRANS @c This can probably happen in a GNU system when using NFS. */
#ifdef EDQUOT
/*
TRANS The user's disk quota was exceeded. */
- [ERR_REMAP (EDQUOT)] = N_("Disc quota exceeded"),
+ [ERR_REMAP (EDQUOT)] = N_("Disk quota exceeded"),
#endif
#ifdef ESTALE
/*