Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/include Fix copy-paste in comment. No binary ...
details: https://anonhg.NetBSD.org/src/rev/59e3ce6e8dc8
branches: trunk
changeset: 967016:59e3ce6e8dc8
user: rin <rin%NetBSD.org@localhost>
date: Wed Nov 27 08:56:00 2019 +0000
description:
Fix copy-paste in comment. No binary changes.
diffstat:
sys/arch/amd64/include/ptrace.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 81d34ee63a97 -r 59e3ce6e8dc8 sys/arch/amd64/include/ptrace.h
--- a/sys/arch/amd64/include/ptrace.h Wed Nov 27 08:53:32 2019 +0000
+++ b/sys/arch/amd64/include/ptrace.h Wed Nov 27 08:56:00 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ptrace.h,v 1.16 2019/06/26 12:30:12 mgorny Exp $ */
+/* $NetBSD: ptrace.h,v 1.17 2019/11/27 08:56:00 rin Exp $ */
/*
* Copyright (c) 1993 Christopher G. Demetriou
@@ -34,7 +34,7 @@
#ifdef __x86_64__
/*
- * i386-dependent ptrace definitions
+ * amd64-dependent ptrace definitions
*/
#define PT_STEP (PT_FIRSTMACH + 0)
#define PT_GETREGS (PT_FIRSTMACH + 1)
Home |
Main Index |
Thread Index |
Old Index