Fix typos in docstrings and function names.
[sbcl.git] / src / code / target-random.lisp
index aa36398..f886832 100644 (file)
@@ -93,7 +93,7 @@ As per the Common Lisp standard,
 - If STATE is a random state, return a copy of it.
 - If STATE is T, return a randomly initialized state (using operating-system
   provided randomness where available, otherwise a poor substitute based on
-  internal time and pid).
+  internal time and PID).
 
 See SB-EXT:SEED-RANDOM-STATE for a SBCL extension to this functionality."
   (/show0 "entering MAKE-RANDOM-STATE")