From: Colin Ian King <[email protected]>

trivial fix to spelling mistake in panic message

Signed-off-by: Colin Ian King <[email protected]>
---
 arch/cris/arch-v32/kernel/kgdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/cris/arch-v32/kernel/kgdb.c b/arch/cris/arch-v32/kernel/kgdb.c
index e0fdea706eca..9ba915af076e 100644
--- a/arch/cris/arch-v32/kernel/kgdb.c
+++ b/arch/cris/arch-v32/kernel/kgdb.c
@@ -875,7 +875,7 @@ stub_is_stopped(int sigval)
                                           that it isn't configured for. */
                                        if ((rw_bits == 0x1 && trig_bits != 
0x1) ||
                                            (rw_bits == 0x2 && trig_bits != 
0x2))
-                                               panic("Invalid r/w trigging for 
this BP");
+                                               panic("Invalid r/w triggering 
for this BP");
 
                                        /* Mark this BP as trigged for future 
reference. */
                                        trig_mask |= (1 << bp);
-- 
2.11.0

Reply via email to