aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xscale/i80321/ep80219_machdep.c
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-12-01 10:16:25 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-12-01 10:16:25 +0000
commit129c518d68680d45024a9bb8b90391d306fea053 (patch)
treefaecf4d1dbaa3d327329e1f00b22064dca3ab837 /sys/arm/xscale/i80321/ep80219_machdep.c
parent2470db385c02e69ae645ee8f74ad0514352782b4 (diff)
downloadsrc-129c518d68680d45024a9bb8b90391d306fea053.tar.gz
src-129c518d68680d45024a9bb8b90391d306fea053.zip
- Fix spelling error in comments.
PR: arm/128891 Submitted by: Pavel Pankov <pankov_p@mail.ru> Approved by: kib (mentor)
Notes
Notes: svn path=/head/; revision=185513
Diffstat (limited to 'sys/arm/xscale/i80321/ep80219_machdep.c')
-rw-r--r--sys/arm/xscale/i80321/ep80219_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/xscale/i80321/ep80219_machdep.c b/sys/arm/xscale/i80321/ep80219_machdep.c
index a110f4133191..77fad07408fe 100644
--- a/sys/arm/xscale/i80321/ep80219_machdep.c
+++ b/sys/arm/xscale/i80321/ep80219_machdep.c
@@ -352,7 +352,7 @@ initarm(void *arg, void *arg2)
* 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();