summaryrefslogtreecommitdiff
path: root/contrib/tcl/generic/tclPosixStr.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcl/generic/tclPosixStr.c')
-rw-r--r--contrib/tcl/generic/tclPosixStr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcl/generic/tclPosixStr.c b/contrib/tcl/generic/tclPosixStr.c
index 1ac415c216193..162021fca5ef1 100644
--- a/contrib/tcl/generic/tclPosixStr.c
+++ b/contrib/tcl/generic/tclPosixStr.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclPosixStr.c 1.31 96/07/28 16:25:29
+ * SCCS: @(#) tclPosixStr.c 1.32 96/10/10 10:09:42
*/
#include "tclInt.h"
@@ -540,7 +540,7 @@ Tcl_ErrnoMsg(err)
case EBFONT: return "bad font file format";
#endif
#ifdef EBUSY
- case EBUSY: return "mount device busy";
+ case EBUSY: return "file busy";
#endif
#ifdef ECHILD
case ECHILD: return "no children";