about summary refs log tree commit diff
path: root/sysdeps/gnu/errlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/gnu/errlist.c')
-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 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
 /*