svn commit: r217747 - head/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sun Jan 23 12:44:17 UTC 2011


Author: kib
Date: Sun Jan 23 12:44:17 2011
New Revision: 217747
URL: http://svn.freebsd.org/changeset/base/217747

Log:
  Fix typo.
  
  MFC after:	3 days

Modified:
  head/sys/sys/pioctl.h

Modified: head/sys/sys/pioctl.h
==============================================================================
--- head/sys/sys/pioctl.h	Sun Jan 23 11:08:39 2011	(r217746)
+++ head/sys/sys/pioctl.h	Sun Jan 23 12:44:17 2011	(r217747)
@@ -69,7 +69,7 @@ struct procfs_status {
 
 /*
  * If PF_LINGER is set in procp->p_pfsflags, then the last close
- * of a /proc/<pid>/mem file will nto clear out the stops and continue
+ * of a /proc/<pid>/mem file will not clear out the stops and continue
  * the process.
  */
 


More information about the svn-src-all mailing list