diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2004-11-04 13:14:30 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2004-11-04 13:14:30 +0000 |
commit | d5e5ffa9a6beab12fde70aaea32d5669173458f9 (patch) | |
tree | d0b840c01c866f3c38b0674ae3ea2ba2c608e3cb | |
parent | 8075028733e87a28b012f4429e01782978f6b865 (diff) |
implememtation -> implementation
-rw-r--r-- | sys/nfs/nfs_boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c index 3b38f4a4b29..5cdd4ce00ea 100644 --- a/sys/nfs/nfs_boot.c +++ b/sys/nfs/nfs_boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_boot.c,v 1.15 2002/06/02 01:47:08 deraadt Exp $ */ +/* $OpenBSD: nfs_boot.c,v 1.16 2004/11/04 13:14:29 pedro Exp $ */ /* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */ /* @@ -83,7 +83,7 @@ nfs_boot_getfh(bpsin, key, ndmntp, retries) * Support for NFS diskless booting, specifically getting information * about where to boot from, what pathnames, etc. * - * This implememtation uses RARP and the bootparam RPC. + * This implementation uses RARP and the bootparam RPC. * We are forced to implement RPC anyway (to get file handles) * so we might as well take advantage of it for bootparam too. * |