From df28d191fa2f20588a79b8280bea9e3ecd838087 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sun, 7 Aug 2016 09:02:54 +0000 Subject: [PATCH] Use a more conventional spelling of "breakpoint". --- sys/mips/mips/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/mips/trap.c b/sys/mips/mips/trap.c index f98fc9743d4..aafe4f84e40 100644 --- a/sys/mips/mips/trap.c +++ b/sys/mips/mips/trap.c @@ -849,7 +849,7 @@ dofault: } /* * The restoration of the original instruction and - * the clearing of the berakpoint will be done later + * the clearing of the breakpoint will be done later * by the call to ptrace_clear_single_step() in * issignal() when SIGTRAP is processed. */