diff --git a/compiler/vmdef.lisp b/compiler/vmdef.lisp
index c488949dd6f8f7d65c38da6c0b6ff3e98aea38b2..4ee9b43a8026477a776776db82465c990c257693 100644
--- a/compiler/vmdef.lisp
+++ b/compiler/vmdef.lisp
@@ -291,9 +291,8 @@
     
 ;;; DEFINE-MOVE-VOP  --  Public
 ;;;
-;;;    Note that we record the VOP in the Move[-Argument]-VOPS for all SCs that
-;;; we can move between (including implicit loading), whereas we only record
-;;; MOVE-COSTS for the explicitly specified SC pairs.
+;;;    We record the VOP and costs for all SCs that we can move between
+;;; (including implicit loading).
 ;;;
 (defmacro define-move-vop (name kind &rest scs)
   "Define-Move-VOP Name {:Move | :Move-Argument} {(From-SC*) (To-SC*)}*