Date: Mon, 19 Mar 2018 03:38:59 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r331168 - stable/11/sys/mips/mips Message-ID: <201803190338.w2J3cxak000742@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803190338.w2J3cxak000742>