svn commit: r331168 - stable/11/sys/mips/mips
Eitan Adler
eadler at FreeBSD.org
Mon Mar 19 03:39:00 UTC 2018
Author: eadler
Date: Mon Mar 19 03:38:59 2018
New Revision: 331168
URL: https://svnweb.freebsd.org/changeset/base/331168
Log:
MFC r303812:
Use a more conventional spelling of "breakpoint".
Modified:
stable/11/sys/mips/mips/trap.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/mips/mips/trap.c
==============================================================================
--- stable/11/sys/mips/mips/trap.c Mon Mar 19 03:37:00 2018 (r331167)
+++ stable/11/sys/mips/mips/trap.c Mon Mar 19 03:38:59 2018 (r331168)
@@ -854,7 +854,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.
*/
More information about the svn-src-stable-11
mailing list