s/transfered/transferred/

This commit is contained in:
msaitoh 2019-12-27 09:41:48 +00:00
parent c20987101d
commit 6762fa7666

View File

@ -1,7 +1,7 @@
/* $NetBSD: mopcopy.c,v 1.6 2016/06/08 01:16:35 christos Exp $ */ /* $NetBSD: mopcopy.c,v 1.7 2019/12/27 09:41:52 msaitoh Exp $ */
/* mopcopy - Convert a Unix format kernel into something that /* mopcopy - 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 * This code was written while refering to the NetBSD/vax boot
* loader. Therefore anything that can be booted by the Vax * loader. Therefore anything that can be booted by the Vax
@ -49,7 +49,7 @@
#include "port.h" #include "port.h"
#ifndef lint #ifndef lint
__RCSID("$NetBSD: mopcopy.c,v 1.6 2016/06/08 01:16:35 christos Exp $"); __RCSID("$NetBSD: mopcopy.c,v 1.7 2019/12/27 09:41:52 msaitoh Exp $");
#endif #endif
#include "os.h" #include "os.h"