diff --git a/process.c b/process.c
index fa8c69dc65..7f91b8cce0 100644
--- a/process.c
+++ b/process.c
@@ -3148,8 +3148,8 @@ NORETURN(static VALUE f_exec(int c, const VALUE *a, VALUE _));
* shell expansion before being executed.
*
* The standard shell always means "/bin/sh"
on Unix-like systems,
- * same as ENV["RUBYSHELL"]
- * (or ENV["COMSPEC"]
on Windows NT series), and similar.
+ * otherwise, ENV["RUBYSHELL"]
or ENV["COMSPEC"]
on
+ * Windows and similar.
*
* If the string from the first form (exec("command")
) follows
* these simple rules: