0.7.1.29:
[sbcl.git] / src / code / symbol.lisp
index a32c855..dadd1a0 100644 (file)
@@ -48,7 +48,7 @@
   symbol)
 
 ;;; Return the built-in hash value for SYMBOL.
-#!+(or x86 mips) ;; only backends for which a symbol-hash vop exists
+#!+(or x86 mips) ;; only backends for which a SYMBOL-HASH vop exists
 (defun symbol-hash (symbol)
   (symbol-hash symbol))