diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-19 21:09:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-19 21:09:21 +0000 |
commit | 6b56d78891d7cfc9c786fa3fb9b2350229beca3f (patch) | |
tree | 76884cd7129d786e9d939c11e872defed83afba6 /usr.sbin | |
parent | c29f7e63d7caeecf0f0abacfd5057aacf181046f (diff) |
mahine->machine
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mopd/mopa.out/mopa.out.c | 4 |
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 |