summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-11-19 21:09:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-11-19 21:09:21 +0000
commit6b56d78891d7cfc9c786fa3fb9b2350229beca3f (patch)
tree76884cd7129d786e9d939c11e872defed83afba6 /usr.sbin
parentc29f7e63d7caeecf0f0abacfd5057aacf181046f (diff)
mahine->machine
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mopd/mopa.out/mopa.out.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mopd/mopa.out/mopa.out.c b/usr.sbin/mopd/mopa.out/mopa.out.c
index adbc3d1d515..52632de7f8b 100644
--- a/usr.sbin/mopd/mopa.out/mopa.out.c
+++ b/usr.sbin/mopd/mopa.out/mopa.out.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mopa.out.c,v 1.10 2009/10/27 23:59:52 deraadt Exp $ */
+/* $OpenBSD: mopa.out.c,v 1.11 2010/11/19 21:09:20 miod Exp $ */
/* mopa.out - 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