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.
  */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to