diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-02-07 20:17:44 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-02-07 20:17:44 +0000 |
commit | 682b62dff8cb9681e77d56e8641ed6f031e3f49f (patch) | |
tree | 6064ba8065e3c2f2d30c79dc9df29481f4f2750e /usr.sbin/mopd/mopa.out | |
parent | 97ef0f3652413ea840dad39de84ab3e8bca3f2f0 (diff) |
spelling
Diffstat (limited to 'usr.sbin/mopd/mopa.out')
-rw-r--r-- | usr.sbin/mopd/mopa.out/mopa.out.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mopd/mopa.out/mopa.out.c b/usr.sbin/mopd/mopa.out/mopa.out.c index efff857e39e..46cf03da97e 100644 --- a/usr.sbin/mopd/mopa.out/mopa.out.c +++ b/usr.sbin/mopd/mopa.out/mopa.out.c @@ -1,7 +1,7 @@ -/* $OpenBSD: mopa.out.c,v 1.2 1996/09/21 18:04:56 maja Exp $ */ +/* $OpenBSD: mopa.out.c,v 1.3 2001/02/07 20:17:43 todd Exp $ */ /* mopa.out - Convert a Unix format kernel into something that - * can be transfered via MOP. + * can be transferred via MOP. * * This code was written while refering to the NetBSD/vax boot * loader. Therefore anything that can be booted by the Vax @@ -48,7 +48,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: mopa.out.c,v 1.2 1996/09/21 18:04:56 maja Exp $"; +static char rcsid[] = "$OpenBSD: mopa.out.c,v 1.3 2001/02/07 20:17:43 todd Exp $"; #endif #include "os.h" |