X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fvm.lisp;h=30498128761087e4a4b9f8bddea7c3b5496ad86e;hb=53f4147704fbe48c03dd73d7b6a9f92c0a066ed8;hp=c66c6f6f61d9e0e249c6b74665114c1477ebbdf9;hpb=8f07013fea8c3a6cae9819f1761340ae4c57e24c;p=sbcl.git diff --git a/src/compiler/x86/vm.lisp b/src/compiler/x86/vm.lisp index c66c6f6..3049812 100644 --- a/src/compiler/x86/vm.lisp +++ b/src/compiler/x86/vm.lisp @@ -451,5 +451,5 @@ ;;; 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)