Fix typos in docstrings and function names.
[sbcl.git] / src / code / sparc-vm.lisp
index 129c835..22930ed 100644 (file)
 ;;; See x86-vm.lisp for a description of this.
 (define-alien-type os-context-t (struct os-context-t-struct))
 \f
-;;;; MACHINE-TYPE and MACHINE-VERSION
+;;;; MACHINE-TYPE
 
 (defun machine-type ()
   "Returns a string describing the type of the local machine."
   "SPARC")
-
-;;; support for CL:MACHINE-VERSION defined OAOO elsewhere
-(defun get-machine-version ()
-  nil)
 \f
 (defun fixup-code-object (code offset fixup kind)
   (declare (type index offset))