Commit 5216184571946b8bbf06f0cd630c7754190fdd1a
Committed by
Linus Torvalds
1 parent
8b7ecb113e
Exists in
master
and in
7 other branches
fix typo in prefetch.h
Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
include/linux/prefetch.h
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | |
28 | 28 | prefetch(x) - prefetches the cacheline at "x" for read |
29 | 29 | prefetchw(x) - prefetches the cacheline at "x" for write |
30 | - spin_lock_prefetch(x) - prefectches the spinlock *x for taking | |
30 | + spin_lock_prefetch(x) - prefetches the spinlock *x for taking | |
31 | 31 | |
32 | 32 | there is also PREFETCH_STRIDE which is the architecure-prefered |
33 | 33 | "lookahead" size for prefetching streamed operations. |