Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 00:40:31 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r342798 - stable/12/sys/i386/i386
Message-ID:  <201901060040.x060eVWJ029597@repo.freebsd.org>

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



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