diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-03-04 11:21:18 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-20 21:28:58 -0700 |
commit | 08f80073039aba911fbf3f316a00a4ac5d03052f (patch) | |
tree | 9d688118e75e5810c3d3cffa509817b338888c9f /arch/sparc/kernel/entry.S | |
parent | 142b9e6c9de0fd7c0dff9a1d4a25390de46abf5e (diff) | |
download | linux-08f80073039aba911fbf3f316a00a4ac5d03052f.tar.bz2 |
sparc: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/entry.S')
-rw-r--r-- | arch/sparc/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/entry.S b/arch/sparc/kernel/entry.S index a83707c83be8..51aa6e86a5f8 100644 --- a/arch/sparc/kernel/entry.S +++ b/arch/sparc/kernel/entry.S @@ -1255,7 +1255,7 @@ flush_patch_exception: kuw_patch1_7win: sll %o3, 6, %o3 /* No matter how much overhead this routine has in the worst - * case scenerio, it is several times better than taking the + * case scenario, it is several times better than taking the * traps with the old method of just doing flush_user_windows(). */ kill_user_windows: |