From 85b84fe780118b55cd3f6f95f13847c058cb5f09 Mon Sep 17 00:00:00 2001 From: pw <pw> Date: Wed, 24 Mar 1999 18:07:12 +0000 Subject: [PATCH] Fix minor spelling typo in doc string --- code/signal.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/signal.lisp b/code/signal.lisp index 5afbd40d0..598e6f3a7 100644 --- a/code/signal.lisp +++ b/code/signal.lisp @@ -5,11 +5,11 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/signal.lisp,v 1.25 1997/01/18 14:30:33 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/signal.lisp,v 1.26 1999/03/24 18:07:12 pw Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/signal.lisp,v 1.25 1997/01/18 14:30:33 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/signal.lisp,v 1.26 1999/03/24 18:07:12 pw Exp $ ;;; ;;; Code for handling UNIX signals. ;;; @@ -211,7 +211,7 @@ (alien:def-alien-routine ("sigsetmask" unix-sigsetmask) c-call:unsigned-long "Unix-sigsetmask sets the current set of masked signals (those - begin blocked from delivery) to the argument. The macro sigmask + being blocked from delivery) to the argument. The macro sigmask can be used to create the mask. The previous value of the signal mask is returned." (mask c-call:unsigned-long)) -- GitLab