Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mopd/mopcopy s/mahine/machine/
details: https://anonhg.NetBSD.org/src/rev/656f1ab520e6
branches: trunk
changeset: 361167:656f1ab520e6
user: andvar <andvar%NetBSD.org@localhost>
date: Sun Feb 13 00:30:10 2022 +0000
description:
s/mahine/machine/
diffstat:
usr.sbin/mopd/mopcopy/mopcopy.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 62c0cbee68ea -r 656f1ab520e6 usr.sbin/mopd/mopcopy/mopcopy.c
--- a/usr.sbin/mopd/mopcopy/mopcopy.c Sat Feb 12 23:50:14 2022 +0000
+++ b/usr.sbin/mopd/mopcopy/mopcopy.c Sun Feb 13 00:30:10 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mopcopy.c,v 1.9 2020/10/29 08:50:42 martin Exp $ */
+/* $NetBSD: mopcopy.c,v 1.10 2022/02/13 00:30:10 andvar Exp $ */
/* mopcopy - Convert a Unix format kernel into something that
* can be transferred via MOP.
@@ -10,7 +10,7 @@
* If necessary, the a.out header is stripped, and the program
* segments are padded out. The BSS segment is zero filled.
* A header is prepended that looks like an IHD header. In
- * particular the Unix mahine ID is placed where mopd expects
+ * particular the Unix machine ID is placed where mopd expects
* the image type to be (offset is IHD_W_ALIAS). If the machine
* ID could be mistaken for a DEC image type, then the conversion
* is aborted. The original a.out header is copied into the front
@@ -49,7 +49,7 @@
#include "port.h"
#ifndef lint
-__RCSID("$NetBSD: mopcopy.c,v 1.9 2020/10/29 08:50:42 martin Exp $");
+__RCSID("$NetBSD: mopcopy.c,v 1.10 2022/02/13 00:30:10 andvar Exp $");
#endif
#include "os.h"
Home |
Main Index |
Thread Index |
Old Index