Author: davide
Date: Fri Apr 20 22:43:04 2012
New Revision: 234514
URL: http://svn.freebsd.org/changeset/base/234514

Log:
  MFC: r234303
  
  Fix a typo.
  
  Approved by:  gnn (mentor)

Modified:
  stable/9/sys/kern/subr_turnstile.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/kern/subr_turnstile.c
==============================================================================
--- stable/9/sys/kern/subr_turnstile.c  Fri Apr 20 22:27:10 2012        
(r234513)
+++ stable/9/sys/kern/subr_turnstile.c  Fri Apr 20 22:43:04 2012        
(r234514)
@@ -142,7 +142,7 @@ SYSCTL_NODE(_debug, OID_AUTO, turnstile,
 SYSCTL_NODE(_debug_turnstile, OID_AUTO, chains, CTLFLAG_RD, 0,
     "turnstile chain stats");
 SYSCTL_UINT(_debug_turnstile, OID_AUTO, max_depth, CTLFLAG_RD,
-    &turnstile_max_depth, 0, "maxmimum depth achieved of a single chain");
+    &turnstile_max_depth, 0, "maximum depth achieved of a single chain");
 #endif
 static struct mtx td_contested_lock;
 static struct turnstile_chain turnstile_chains[TC_TABLESIZE];
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to