diff mbox

[0253/1529] Fix typo

Message ID 20160521120932.13257-1-andrea.gelmini@gelma.net (mailing list archive)
State New, archived
Headers show

Commit Message

Andrea Gelmini May 21, 2016, 12:09 p.m. UTC
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 arch/sh/lib64/copy_page.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/arch/sh/lib64/copy_page.S b/arch/sh/lib64/copy_page.S
index 0ec6fca..84ada2d 100644
--- a/arch/sh/lib64/copy_page.S
+++ b/arch/sh/lib64/copy_page.S
@@ -16,9 +16,9 @@ 
    Always copies 4096 bytes.
 
    Points to review.
-   * Currently the prefetch is 4 lines ahead and the alloco is 2 lines ahead.
+   * Currently the prefetch is 4 lines ahead and the alloc is 2 lines ahead.
      It seems like the prefetch needs to be at at least 4 lines ahead to get
-     the data into the cache in time, and the allocos contend with outstanding
+     the data into the cache in time, and the allocs contend with outstanding
      prefetches for the same cache set, so it's better to have the numbers
      different.
    */