svn commit: r342798 - stable/12/sys/i386/i386

Konstantin Belousov kib at FreeBSD.org
Sun Jan 6 00:40:32 UTC 2019


Author: kib
Date: Sun Jan  6 00:40:31 2019
New Revision: 342798
URL: https://svnweb.freebsd.org/changeset/base/342798

Log:
  MFC r342739:
  Fix typo in r342710.

Modified:
  stable/12/sys/i386/i386/pmap.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/i386/i386/pmap.c
==============================================================================
--- stable/12/sys/i386/i386/pmap.c	Sun Jan  6 00:38:28 2019	(r342797)
+++ stable/12/sys/i386/i386/pmap.c	Sun Jan  6 00:40:31 2019	(r342798)
@@ -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-stable-12 mailing list