svn commit: r197976 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Mon Oct 12 10:09:48 UTC 2009


Author: kib
Date: Mon Oct 12 10:09:48 2009
New Revision: 197976
URL: http://svn.freebsd.org/changeset/base/197976

Log:
  Fix typo.
  
  Submitted by:	rdivacky
  MFC after:	1 month

Modified:
  head/sys/kern/kern_sig.c

Modified: head/sys/kern/kern_sig.c
==============================================================================
--- head/sys/kern/kern_sig.c	Mon Oct 12 10:08:58 2009	(r197975)
+++ head/sys/kern/kern_sig.c	Mon Oct 12 10:09:48 2009	(r197976)
@@ -1014,7 +1014,7 @@ kern_sigprocmask(struct thread *td, int 
 	}
 
 	/*
-	 * The new_block set contains signals that were not previosly
+	 * The new_block set contains signals that were not previously
 	 * blocked, but are blocked now.
 	 *
 	 * In case we block any signal that was not previously blocked


More information about the svn-src-head mailing list