svn commit: r217876 - stable/8/sys/sys

Konstantin Belousov kib at FreeBSD.org
Wed Jan 26 08:39:34 UTC 2011


Author: kib
Date: Wed Jan 26 08:39:34 2011
New Revision: 217876
URL: http://svn.freebsd.org/changeset/base/217876

Log:
  MFC r217747:
  Fix typo.

Modified:
  stable/8/sys/sys/pioctl.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/sys/pioctl.h
==============================================================================
--- stable/8/sys/sys/pioctl.h	Wed Jan 26 06:57:48 2011	(r217875)
+++ stable/8/sys/sys/pioctl.h	Wed Jan 26 08:39:34 2011	(r217876)
@@ -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-stable-8 mailing list