aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2019-01-03 19:35:07 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2019-01-03 19:35:07 +0000
commitd3f4030708faaaaaa7062bf3394b158375df687e (patch)
tree2282ddcbb96ac309400ae0cc129826eb8c371e4a /sys
parent08f34ad9ed0d723f9668e3c172c2b6a4ec3404b0 (diff)
downloadsrc-d3f4030708faaaaaa7062bf3394b158375df687e.tar.gz
src-d3f4030708faaaaaa7062bf3394b158375df687e.zip
Fix typo in r342710.
Noted by: lidl MFC after: 3 days
Notes
Notes: svn path=/head/; revision=342739
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index e1067d9c0957..6b796251b0bc 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -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.
*/