diff --git a/proc.c b/proc.c
index 50ebdbde67..e92746915e 100644
--- a/proc.c
+++ b/proc.c
@@ -3530,8 +3530,8 @@ rb_method_compose_to_left(VALUE self, VALUE g)
* meth >> g -> a_proc
*
* Returns a proc that is the composition of this method and the given g.
- * The returned proc takes a variable number of arguments, calls g with them
- * then calls this method with the result.
+ * The returned proc takes a variable number of arguments, calls this method
+ * with them then calls g with the result.
*
* def f(x)
* x * x