Fix typos in docstrings and function names.
[sbcl.git] / src / compiler / early-c.lisp
index b313fcc..b772aa4 100644 (file)
@@ -22,7 +22,7 @@
   to a function, including &REST args.")
 (def!constant sb!xc:lambda-parameters-limit sb!xc:most-positive-fixnum
   #!+sb-doc
-  "The exclusive upper bound on the number of parameters which may be specifed
+  "The exclusive upper bound on the number of parameters which may be specified
   in a given lambda list. This is actually the limit on required and &OPTIONAL
   parameters. With &KEY and &AUX you can get more.")
 (def!constant sb!xc:multiple-values-limit sb!xc:most-positive-fixnum