0.8.14.20: Documentation madness, yet again
[sbcl.git] / src / compiler / x86 / vm.lisp
index c66c6f6..3049812 100644 (file)
 ;;; the symbol table (for example, prepending an underscore).
 (defun extern-alien-name (name)
   (declare (type simple-base-string name))
-  ;; non-ELF ports currently don't need any prefix
+  ;; ELF ports currently don't need any prefix
   name)