diff --git a/process.c b/process.c
index 28b79b11c9..081e927bab 100644
--- a/process.c
+++ b/process.c
@@ -1737,7 +1737,7 @@ rb_exec_arg_fixup(struct rb_exec_arg *e)
* it is taken as a command line that is subject to shell expansion before being executed.
*
* The standard shell means always "/bin/sh"
on Unix-like systems,
- * ENV["RUBYSHELL"]
or "cmd.exe"
on Windows NT series, and
+ * ENV["RUBYSHELL"]
or ENV["COMSPEC"]
on Windows NT series, and
* similar.
*
* If two or more +string+ given,