aboutsummaryrefslogtreecommitdiffstats
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 37c96b9233..c1f6b0922b 100644
--- a/io.c
+++ b/io.c
@@ -3080,7 +3080,7 @@ pipe_open(int argc, VALUE *argv, const char *mode)
#if !defined(HAVE_FORK)
if (!doexec) {
rb_raise(rb_eNotImpError,
- "The fork(2) function is unimplemented on this machine");
+ "fork() function is unimplemented on this machine");
}
#endif