diff options
Diffstat (limited to 'sysdeps/gnu')
-rw-r--r-- | sysdeps/gnu/errlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c index a0ae14af82..2f81a7d786 100644 --- a/sysdeps/gnu/errlist.c +++ b/sysdeps/gnu/errlist.c @@ -144,7 +144,7 @@ TRANS also when you rename a file with @code{rename} (@pxref{Renaming Files}). * /* TRANS The wrong type of device was given to a function that expects a TRANS particular sort of device. */ - [ERR_REMAP (ENODEV)] = N_("Operation not supported by device"), + [ERR_REMAP (ENODEV)] = N_("No such device"), #endif #ifdef ENOTDIR /* |