0.8.15:
[sbcl.git] / src / assembly / x86 / assem-rtns.lisp
index c006ebe..3596ae7 100644 (file)
   (move ecx esi)
   (inst sub ecx esp-tn)
 
-  ;; Check for all the args fitting the the registers.
+  ;; Check for all the args fitting the registers.
   (inst cmp ecx (fixnumize 3))
   (inst jmp :le REGISTER-ARGS)