Raymond Toy pushed to branch issue-295-docstring-for-define-assembly-routine at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/assembly/assemfile.lisp
    ... ... @@ -249,7 +249,7 @@
    249 249
     
    
    250 250
           :Arg Arg-Name (SC*) SC-Offset
    
    251 251
             Input argument for the assembly routine with the name
    
    252
    -        Arg-Name.  The argument must be one of the Sc types.  The register
    
    252
    +        Arg-Name.  The argument must be one of the SC types.  The register
    
    253 253
             assigned to this argument is given by SC-Offset which must be
    
    254 254
             the offset for the register holding this argument.
    
    255 255