Spelling.
This commit is contained in:
parent
81490cbe6f
commit
7eae4829bf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164078
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -1739,7 +1739,7 @@ getmemsize(int 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user