diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-16 01:54:44 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-16 04:01:37 -0500 |
commit | c23cf8baf6965fc9bcffb62c92b384b0f0c78eb7 (patch) | |
tree | 763556c8f7a42ed4ca1d63d3c345c96153f645a4 /arch/cris | |
parent | fd018fe8234e84e05ab05d4176525817c8779cd6 (diff) |
cris: fix comment typo occationally to occasionally
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/arch-v10/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/mm/init.c b/arch/cris/arch-v10/mm/init.c index baa746ce4e74..e7f8066105aa 100644 --- a/arch/cris/arch-v10/mm/init.c +++ b/arch/cris/arch-v10/mm/init.c | |||
@@ -241,7 +241,7 @@ flush_etrax_cacherange(void *startadr, int length) | |||
241 | } | 241 | } |
242 | 242 | ||
243 | /* Due to a bug in Etrax100(LX) all versions, receiving DMA buffers | 243 | /* Due to a bug in Etrax100(LX) all versions, receiving DMA buffers |
244 | * will occationally corrupt certain CPU writes if the DMA buffers | 244 | * will occasionally corrupt certain CPU writes if the DMA buffers |
245 | * happen to be hot in the cache. | 245 | * happen to be hot in the cache. |
246 | * | 246 | * |
247 | * As a workaround, we have to flush the relevant parts of the cache | 247 | * As a workaround, we have to flush the relevant parts of the cache |