diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-15 22:54:44 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-16 10:01:37 +0100 |
commit | c23cf8baf6965fc9bcffb62c92b384b0f0c78eb7 (patch) | |
tree | 763556c8f7a42ed4ca1d63d3c345c96153f645a4 /arch/cris | |
parent | fd018fe8234e84e05ab05d4176525817c8779cd6 (diff) | |
download | op-kernel-dev-c23cf8baf6965fc9bcffb62c92b384b0f0c78eb7.zip op-kernel-dev-c23cf8baf6965fc9bcffb62c92b384b0f0c78eb7.tar.gz |
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 baa746c..e7f8066 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) } /* Due to a bug in Etrax100(LX) all versions, receiving DMA buffers - * will occationally corrupt certain CPU writes if the DMA buffers + * will occasionally corrupt certain CPU writes if the DMA buffers * happen to be hot in the cache. * * As a workaround, we have to flush the relevant parts of the cache |