Fix typos in docstrings and function names.
[sbcl.git] / src / code / string.lisp
index 72df091..b7c0035 100644 (file)
@@ -15,7 +15,7 @@
 (defun string (x)
   #!+sb-doc
   "Coerces X into a string. If X is a string, X is returned. If X is a
-   symbol, X's pname is returned. If X is a character then a one element
+   symbol, its name is returned. If X is a character then a one element
    string containing that character is returned. If X cannot be coerced
    into a string, an error occurs."
   (cond ((stringp x) x)