Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2019 19:35:07 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342739 - head/sys/i386/i386
Message-ID:  <201901031935.x03JZ7L6045845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901031935.x03JZ7L6045845>