svn commit: r342739 - head/sys/i386/i386

Konstantin Belousov kib at FreeBSD.org
Thu Jan 3 19:35:08 UTC 2019


Author: kib
Date: Thu Jan  3 19:35:07 2019
New Revision: 342739
URL: https://svnweb.freebsd.org/changeset/base/342739

Log:
  Fix typo in r342710.
  
  Noted by:	lidl
  MFC after:	3 days

Modified:
  head/sys/i386/i386/pmap.c

Modified: head/sys/i386/i386/pmap.c
==============================================================================
--- head/sys/i386/i386/pmap.c	Thu Jan  3 18:30:36 2019	(r342738)
+++ head/sys/i386/i386/pmap.c	Thu Jan  3 19:35:07 2019	(r342739)
@@ -569,7 +569,7 @@ pmap_cold(void)
 /*
  *	Bootstrap the system enough to run with virtual memory.
  *
- *	On the i386 this is called after pmap_cold() created intial
+ *	On the i386 this is called after pmap_cold() created initial
  *	kernel page table and enabled paging, and just syncs the pmap
  *	module with what has already been done.
  */


More information about the svn-src-head mailing list