Fix a typo in a comment.

This commit is contained in:
Rui Paulo 2013-08-31 07:08:21 +00:00
parent 33f4aa115d
commit c2b340cb73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255091

View File

@ -1263,7 +1263,7 @@ initarm(struct arm_boot_params *abp)
break;
/*
* Restricted region includes memory region
* skip availble region
* skip available region
*/
if ((start >= rstart) && (rend >= end)) {
start = rend;