Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/x68k s/procesing/processing/ in comment.
details: https://anonhg.NetBSD.org/src/rev/3c48104516d8
branches: trunk
changeset: 1025524:3c48104516d8
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Nov 10 16:40:55 2021 +0000
description:
s/procesing/processing/ in comment.
diffstat:
sys/arch/x68k/x68k/kgdb_stub.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r fd697c905996 -r 3c48104516d8 sys/arch/x68k/x68k/kgdb_stub.c
--- a/sys/arch/x68k/x68k/kgdb_stub.c Wed Nov 10 16:22:44 2021 +0000
+++ b/sys/arch/x68k/x68k/kgdb_stub.c Wed Nov 10 16:40:55 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kgdb_stub.c,v 1.18 2009/11/27 03:23:15 rmind Exp $ */
+/* $NetBSD: kgdb_stub.c,v 1.19 2021/11/10 16:40:55 msaitoh Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -45,13 +45,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kgdb_stub.c,v 1.18 2009/11/27 03:23:15 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kgdb_stub.c,v 1.19 2021/11/10 16:40:55 msaitoh Exp $");
#include "opt_kgdb.h"
#ifdef KGDB
#ifndef lint
-static char rcsid[] = "$NetBSD: kgdb_stub.c,v 1.18 2009/11/27 03:23:15 rmind Exp $";
+static char rcsid[] = "$NetBSD: kgdb_stub.c,v 1.19 2021/11/10 16:40:55 msaitoh Exp $";
#endif
#include <sys/param.h>
@@ -314,7 +314,7 @@
static u_char outbuffer[SL_RPCSIZE];
/*
- * This function does all command procesing for interfacing to
+ * This function does all command processing for interfacing to
* a remote gdb.
*/
int
Home |
Main Index |
Thread Index |
Old Index