diff options
author | joel <joel@FreeBSD.org> | 2010-08-06 14:33:42 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-08-06 14:33:42 +0000 |
commit | f4e8725880aad15a64790723505167159829163a (patch) | |
tree | 5f8e429dd9357ed9d831b244958f282da6c793f2 /lib/libc/sys/ptrace.2 | |
parent | d1366c1596b57fce1d8e3437a62744761594f724 (diff) | |
download | FreeBSD-src-f4e8725880aad15a64790723505167159829163a.zip FreeBSD-src-f4e8725880aad15a64790723505167159829163a.tar.gz |
Fix typos and spelling mistakes.
Diffstat (limited to 'lib/libc/sys/ptrace.2')
-rw-r--r-- | lib/libc/sys/ptrace.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 26a55d6..f40574b 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -335,7 +335,7 @@ and/or memory. When .Dv PL_FLAG_SCX is set, this flag may be additionally specified to inform that the -program being executed by debuggee process has been changed by succesful +program being executed by debuggee process has been changed by successful execution of a system call from the .Fn execve 2 family. |