mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Spelling.
This commit is contained in:
parent
81490cbe6f
commit
7eae4829bf
2 changed files with 2 additions and 2 deletions
|
|
@ -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 @@ int15e820:
|
|||
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 a new issue