Fix a typo in a comment.

This commit is contained in:
rpaulo 2013-08-31 07:08:21 +00:00
parent 216f003c2b
commit 9d64e7042e

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;