]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/prefetch.h
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / include / linux / prefetch.h
index af7c36a5a521e8048238b30521470b0b0b73e27c..a3bfbdf63d32a9da2d2b3227967303c5e87e2aba 100644 (file)
@@ -29,7 +29,7 @@
        prefetchw(x)    - prefetches the cacheline at "x" for write
        spin_lock_prefetch(x) - prefetches the spinlock *x for taking
        
-       there is also PREFETCH_STRIDE which is the architecure-prefered 
+       there is also PREFETCH_STRIDE which is the architecure-preferred 
        "lookahead" size for prefetching streamed operations.
        
 */