diff options
author | 2001-02-07 20:17:43 +0000 | |
---|---|---|
committer | 2001-02-07 20:17:43 +0000 | |
commit | 2c56b21e86fbc5cd349707202185c2be03ee05dd (patch) | |
tree | 2fc1bec27456714a0842c7cf32c0345e03de1353 | |
parent | Fix -T option and add support for -C option in the file pointed to (diff) | |
download | wireguard-openbsd-2c56b21e86fbc5cd349707202185c2be03ee05dd.tar.xz wireguard-openbsd-2c56b21e86fbc5cd349707202185c2be03ee05dd.zip |
spelling
-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" |