summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-11-07 21:57:18 +0000
committerru <ru@FreeBSD.org>2006-11-07 21:57:18 +0000
commit794ab15a9974ad3547afb7166b85e6bbb46ea277 (patch)
tree30bedb1c1849e135c7766f69bc68e510cfa122a7 /sys/amd64
parent8e2a8434168e9cab98553cdebe6137d7b3723daa (diff)
downloadFreeBSD-src-794ab15a9974ad3547afb7166b85e6bbb46ea277.zip
FreeBSD-src-794ab15a9974ad3547afb7166b85e6bbb46ea277.tar.gz
Spelling.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index d2241fe..f1bc1b5 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -875,7 +875,7 @@ getmemsize(caddr_t kmdp, u_int64_t first)
if (smap->base < physmap[i + 1]) {
if (boothowto & RB_VERBOSE)
printf(
- "Overlapping or non-montonic memory region, ignoring second region\n");
+ "Overlapping or non-monotonic memory region, ignoring second region\n");
continue;
}
}
OpenPOWER on IntegriCloud