Module Name:    src
Committed By:   kamil
Date:           Mon Oct  7 21:32:51 UTC 2019

Modified Files:
        src/sys/kern: sys_ptrace_common.c

Log Message:
Fix typo in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/kern/sys_ptrace_common.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/sys_ptrace_common.c
diff -u src/sys/kern/sys_ptrace_common.c:1.63 src/sys/kern/sys_ptrace_common.c:1.64
--- src/sys/kern/sys_ptrace_common.c:1.63	Thu Oct  3 23:11:11 2019
+++ src/sys/kern/sys_ptrace_common.c	Mon Oct  7 21:32:51 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: sys_ptrace_common.c,v 1.63 2019/10/03 23:11:11 kamil Exp $	*/
+/*	$NetBSD: sys_ptrace_common.c,v 1.64 2019/10/07 21:32:51 kamil Exp $	*/
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -118,7 +118,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sys_ptrace_common.c,v 1.63 2019/10/03 23:11:11 kamil Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sys_ptrace_common.c,v 1.64 2019/10/07 21:32:51 kamil Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ptrace.h"
@@ -1268,7 +1268,7 @@ do_ptrace(struct ptrace_methods *ptm, st
 		}
 
 		/*
-		 * Reject setting program cunter to 0x0 if VA0 is disabled.
+		 * Reject setting program counter to 0x0 if VA0 is disabled.
 		 *
 		 * Not all kernels implement this feature to set Program
 		 * Counter in one go in PT_CONTINUE and similar operations.

Reply via email to