summaryrefslogtreecommitdiffstats
path: root/sys/arm/s3c2xx0
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2013-11-24 22:53:49 +0000
committergavin <gavin@FreeBSD.org>2013-11-24 22:53:49 +0000
commit8fd329b496dfdd93de92d292f616b93bca9116e7 (patch)
treef2c7c8d1b88f2595655511251de5c14cd39860ca /sys/arm/s3c2xx0
parent705e77596148b630a7127ae65307cd6e01cb857c (diff)
downloadFreeBSD-src-8fd329b496dfdd93de92d292f616b93bca9116e7.zip
FreeBSD-src-8fd329b496dfdd93de92d292f616b93bca9116e7.tar.gz
Fix typo in comment.
Diffstat (limited to 'sys/arm/s3c2xx0')
-rw-r--r--sys/arm/s3c2xx0/s3c24x0_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/s3c2xx0/s3c24x0_machdep.c b/sys/arm/s3c2xx0/s3c24x0_machdep.c
index 8f432be..e5e4968 100644
--- a/sys/arm/s3c2xx0/s3c24x0_machdep.c
+++ b/sys/arm/s3c2xx0/s3c24x0_machdep.c
@@ -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();
OpenPOWER on IntegriCloud