svn commit: r300213 - head/sys/sys

Pedro F. Giffuni pfg at FreeBSD.org
Thu May 19 16:02:03 UTC 2016


Author: pfg
Date: Thu May 19 16:02:02 2016
New Revision: 300213
URL: https://svnweb.freebsd.org/changeset/base/300213

Log:
  sys/vmmeter.h: "desperate" spelling fix.

Modified:
  head/sys/sys/vmmeter.h

Modified: head/sys/sys/vmmeter.h
==============================================================================
--- head/sys/sys/vmmeter.h	Thu May 19 14:59:21 2016	(r300212)
+++ head/sys/sys/vmmeter.h	Thu May 19 16:02:02 2016	(r300213)
@@ -141,7 +141,7 @@ vm_page_count_severe(void)
  * we can execute potentially very expensive code in terms of memory.  It
  * is also used by the pageout daemon to calculate when to sleep, when
  * to wake waiters up, and when (after making a pass) to become more
- * desparate.
+ * desperate.
  */
 
 static __inline 


More information about the svn-src-all mailing list