Use a more conventional spelling of "breakpoint".

This commit is contained in:
Brooks Davis 2016-08-07 09:02:54 +00:00
parent eb81dc79e9
commit df28d191fa

View File

@ -849,7 +849,7 @@ trap(struct trapframe *trapframe)
}
/*
* 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.
*/