mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 15:45:21 +00:00
Fix a typo in a comment.
This commit is contained in:
parent
33f4aa115d
commit
c2b340cb73
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255091
@ -1263,7 +1263,7 @@ initarm(struct arm_boot_params *abp)
|
|||||||
break;
|
break;
|
||||||
/*
|
/*
|
||||||
* Restricted region includes memory region
|
* Restricted region includes memory region
|
||||||
* skip availble region
|
* skip available region
|
||||||
*/
|
*/
|
||||||
if ((start >= rstart) && (rend >= end)) {
|
if ((start >= rstart) && (rend >= end)) {
|
||||||
start = rend;
|
start = rend;
|
||||||
|
Loading…
Reference in New Issue
Block a user