Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Fix typo: s/interrput/interrupt/



details:   https://anonhg.NetBSD.org/src/rev/2eaf635e4b7c
branches:  trunk
changeset: 354090:2eaf635e4b7c
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sat Jun 03 19:41:14 2017 +0000

description:
Fix typo: s/interrput/interrupt/

diffstat:

 lib/libc/sys/ptrace.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c0fd7a7ea022 -r 2eaf635e4b7c lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2     Sat Jun 03 18:37:37 2017 +0000
+++ b/lib/libc/sys/ptrace.2     Sat Jun 03 19:41:14 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ptrace.2,v 1.66 2017/04/08 00:58:35 kamil Exp $
+.\"    $NetBSD: ptrace.2,v 1.67 2017/06/03 19:41:14 abhinav Exp $
 .\"
 .\" This file is in the public domain.
 .Dd April 7, 2017
@@ -70,7 +70,7 @@
 .Dv si_code
 value set to
 .Dv TRAP_BKPT .
-These breakpoints are machine specific instructions that interrput the process.
+These breakpoints are machine specific instructions that interrupt the process.
 In order to put a trap by a tracer into the tracee's program,
 debugger must violate the
 .Dv PaX MPROTECT
@@ -79,7 +79,7 @@
 .Dv security.pax.mprotect.ptrace
 option described in
 .Xr sysctl 7 .
-When a tracee is interrputed by a trap,
+When a tracee is interrupted by a trap,
 the trap is not removed by the kernel and it must be handled by a debugger.
 .Pp
 If a program is traced with single steps



Home | Main Index | Thread Index | Old Index