diff mbox

[0258/1529] Fix typo

Message ID 20160521121019.13530-1-andrea.gelmini@gelma.net
State Changes Requested
Delegated to: David Miller
Headers show

Commit Message

Andrea Gelmini May 21, 2016, 12:10 p.m. UTC
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 arch/sparc/kernel/entry.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mike Frysinger May 21, 2016, 2:50 p.m. UTC | #1
On 21 May 2016 14:10, Andrea Gelmini wrote:
> -	/* Thanks for Theo Deraadt 
> +	/* Thanks for Theo Theo de Raadt 

you fixed one typo while adding another ;)
-mike
diff mbox

Patch

diff --git a/arch/sparc/kernel/entry.S b/arch/sparc/kernel/entry.S
index 51aa6e8..47a394b 100644
--- a/arch/sparc/kernel/entry.S
+++ b/arch/sparc/kernel/entry.S
@@ -1121,7 +1121,7 @@  fpsave_magic:
 	retl
 	 std	%f30, [%o0 + 0x78]
 
-	/* Thanks for Theo Deraadt and the authors of the Sprite/netbsd/openbsd
+	/* Thanks for Theo Theo de Raadt and the authors of the Sprite/netbsd/openbsd
 	 * code for pointing out this possible deadlock, while we save state
 	 * above we could trap on the fsr store so our low level fpu trap
 	 * code has to know how to deal with this.