summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 3284ee6205..8f8dfcdf2e 100644
--- a/io.c
+++ b/io.c
@@ -3044,7 +3044,7 @@ pipe_open(pstr, pname, mode)
#if defined(DJGPP) || defined(__human68k__) || defined(__VMS) || defined(_WIN32)
if (!doexec) {
rb_raise(rb_eNotImpError,
- "The fork(2) function is unimplemented on this machine");
+ "fork() function is unimplemented on this machine");
}
#endif