Skip to content
Snippets Groups Projects
Commit f3f825c0 authored by cshapiro's avatar cshapiro
Browse files

Fix a typo.

parent fc68eb3d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/linux-os.lisp,v 1.5 2007/07/12 04:58:08 fgilham Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/linux-os.lisp,v 1.6 2007/07/18 09:50:24 cshapiro Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
(register-lisp-feature :linux) (register-lisp-feature :linux)
(register-lisp-feature :elf) (register-lisp-feature :elf)
(register-runtime-lisp-feature :executable) (register-lisp-runtime-feature :executable)
(setq *software-type* "Linux") (setq *software-type* "Linux")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment