svn commit: r303812 - head/sys/mips/mips

Brooks Davis brooks at FreeBSD.org
Sun Aug 7 09:02:55 UTC 2016


Author: brooks
Date: Sun Aug  7 09:02:54 2016
New Revision: 303812
URL: https://svnweb.freebsd.org/changeset/base/303812

Log:
  Use a more conventional spelling of "breakpoint".

Modified:
  head/sys/mips/mips/trap.c

Modified: head/sys/mips/mips/trap.c
==============================================================================
--- head/sys/mips/mips/trap.c	Sun Aug  7 03:48:33 2016	(r303811)
+++ head/sys/mips/mips/trap.c	Sun Aug  7 09:02:54 2016	(r303812)
@@ -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.
 			 */


More information about the svn-src-head mailing list