diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-03-04 22:21:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-21 07:28:58 +0300 |
commit | 08f80073039aba911fbf3f316a00a4ac5d03052f (patch) | |
tree | 9d688118e75e5810c3d3cffa509817b338888c9f /arch/sparc/include/asm/processor_64.h | |
parent | 142b9e6c9de0fd7c0dff9a1d4a25390de46abf5e (diff) | |
download | linux-08f80073039aba911fbf3f316a00a4ac5d03052f.tar.xz |
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/include/asm/processor_64.h')
-rw-r--r-- | arch/sparc/include/asm/processor_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/processor_64.h b/arch/sparc/include/asm/processor_64.h index 6924bdefe148..ce2595c89471 100644 --- a/arch/sparc/include/asm/processor_64.h +++ b/arch/sparc/include/asm/processor_64.h @@ -201,7 +201,7 @@ unsigned long get_wchan(struct task_struct *task); #define KSTK_ESP(tsk) (task_pt_regs(tsk)->u_regs[UREG_FP]) /* Please see the commentary in asm/backoff.h for a description of - * what these instructions are doing and how they have been choosen. + * what these instructions are doing and how they have been chosen. * To make a long story short, we are trying to yield the current cpu * strand during busy loops. */ |