diff mbox

[0252/1529] Fix typo

Message ID 20160521120922.13205-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/kernel/dwarf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/sh/kernel/dwarf.c b/arch/sh/kernel/dwarf.c
index 9d209a0..ebaaa62 100644
--- a/arch/sh/kernel/dwarf.c
+++ b/arch/sh/kernel/dwarf.c
@@ -639,7 +639,7 @@  struct dwarf_frame *dwarf_unwind_stack(unsigned long pc,
 		 * This is our normal exit path. There are two reasons
 		 * why we might exit here,
 		 *
-		 *	a) pc has no asscociated DWARF frame info and so
+		 *	a) pc has no associated DWARF frame info and so
 		 *	we don't know how to unwind this frame. This is
 		 *	usually the case when we're trying to unwind a
 		 *	frame that was called from some assembly code