svn commit: r294663 - head/sys/vm

Konstantin Belousov kib at FreeBSD.org
Sun Jan 24 13:38:43 UTC 2016


Author: kib
Date: Sun Jan 24 13:38:41 2016
New Revision: 294663
URL: https://svnweb.freebsd.org/changeset/base/294663

Log:
  Typo in comment.

Modified:
  head/sys/vm/vm_map.c

Modified: head/sys/vm/vm_map.c
==============================================================================
--- head/sys/vm/vm_map.c	Sun Jan 24 12:10:29 2016	(r294662)
+++ head/sys/vm/vm_map.c	Sun Jan 24 13:38:41 2016	(r294663)
@@ -1553,7 +1553,7 @@ again:
  *
  *	The map must be locked.
  *
- *	This routine guarentees that the passed entry remains valid (though
+ *	This routine guarantees that the passed entry remains valid (though
  *	possibly extended).  When merging, this routine may delete one or
  *	both neighbors.
  */


More information about the svn-src-all mailing list