diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-02-23 15:28:52 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 12:45:53 +0200 |
commit | 0398b95fe4b3c90fbabfb39b77e635ec863ac040 (patch) | |
tree | 4e2e95cccfe64898ad945c74c0e6e828637a6416 /arch/c6x/platforms | |
parent | e0b1c817d85d1611b4f44f9c5b3e6426886206e0 (diff) | |
download | blackbird-obmc-linux-0398b95fe4b3c90fbabfb39b77e635ec863ac040.tar.gz blackbird-obmc-linux-0398b95fe4b3c90fbabfb39b77e635ec863ac040.zip |
c6x: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/c6x/platforms')
-rw-r--r-- | arch/c6x/platforms/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/c6x/platforms/cache.c b/arch/c6x/platforms/cache.c index 46fd2d530271..ec3c887c79ec 100644 --- a/arch/c6x/platforms/cache.c +++ b/arch/c6x/platforms/cache.c @@ -145,7 +145,7 @@ loop: spin_lock_irqsave(&cache_lock, flags); /* - * If another cache operation is occuring + * If another cache operation is occurring */ if (unlikely(imcr_get(wc_reg))) { spin_unlock_irqrestore(&cache_lock, flags); |