1.0.9.53: trivial typo fixes
[sbcl.git] / src / assembly / x86-64 / assem-rtns.lisp
index 5289615..0b2f65e 100644 (file)
   (move ecx esi)
   (inst sub ecx rsp-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)