CMUCL commit: src/code (unix.lisp)
Alex Goncharov
agoncharov at common-lisp.net
Fri Apr 16 21:59:16 CEST 2010
Date: Friday, April 16, 2010 @ 15:59:16
Author: agoncharov
Path: /project/cmucl/cvsroot/src/code
Modified: unix.lisp
An old silly typo fix.
-----------+
unix.lisp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: src/code/unix.lisp
diff -u src/code/unix.lisp:1.128 src/code/unix.lisp:1.129
--- src/code/unix.lisp:1.128 Fri Mar 19 11:19:00 2010
+++ src/code/unix.lisp Fri Apr 16 15:59:16 2010
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/code/unix.lisp,v 1.128 2010-03-19 15:19:00 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/code/unix.lisp,v 1.129 2010-04-16 19:59:16 agoncharov Exp $")
;;;
;;; **********************************************************************
;;;
@@ -2451,7 +2451,7 @@
doesn't work."
(int-syscall ("fork")))
-;; Environment maninpulation; man getenv(3)
+;; Environment manipulation; man getenv(3)
(def-alien-routine ("getenv" unix-getenv) c-call:c-string
(name c-call:c-string)
_N"Get the value of the environment variable named Name. If no such
More information about the cmucl-commit
mailing list