Fix typo in comment.

This commit is contained in:
Gavin Atkinson 2013-11-24 22:53:49 +00:00
parent 82baac5777
commit e0c634180c

View File

@ -351,7 +351,7 @@ initarm(struct arm_boot_params *abp)
* but since we are boot strapping the addresses used for the read
* may have just been remapped and thus the cache could be out
* of sync. A re-clean after the switch will cure this.
* After booting there are no gross reloations of the kernel thus
* After booting there are no gross relocations of the kernel thus
* this problem will not occur after initarm().
*/
cpu_idcache_wbinv_all();