diff options
author | Joe Perches <joe@perches.com> | 2007-12-20 16:55:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-12-20 16:55:45 -0500 |
commit | 5b2afff23ab7f34222398fc357253c1e5caed363 (patch) | |
tree | 8b8635bf35513c0f12fb1a6099675b597c84e99f /arch/sparc | |
parent | 33ccc190d1ef5a7ad519c35bb1ef1d0d68a65287 (diff) |
[SPARC32]: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/kernel/ptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/ptrace.c b/arch/sparc/kernel/ptrace.c index fe562db475e9..7452269bba2a 100644 --- a/arch/sparc/kernel/ptrace.c +++ b/arch/sparc/kernel/ptrace.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Based upon code written by Ross Biro, Linus Torvalds, Bob Manson, | 5 | * Based upon code written by Ross Biro, Linus Torvalds, Bob Manson, |
6 | * and David Mosberger. | 6 | * and David Mosberger. |
7 | * | 7 | * |
8 | * Added Linux support -miguel (weird, eh?, the orignal code was meant | 8 | * Added Linux support -miguel (weird, eh?, the original code was meant |
9 | * to emulate SunOS). | 9 | * to emulate SunOS). |
10 | */ | 10 | */ |
11 | 11 | ||