Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2016 09:02:54 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303812 - head/sys/mips/mips
Message-ID:  <201608070902.u7792sSU047429@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
 			 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608070902.u7792sSU047429>