diff options
author | 2004-11-04 13:14:29 +0000 | |
---|---|---|
committer | 2004-11-04 13:14:29 +0000 | |
commit | 0eb08f42a2f3b08dbe80bf82de91a4e7bc7df355 (patch) | |
tree | e19b36098fe4be2489092664ded7ca82f31c1ff7 | |
parent | Stricter rules for isadma_bounce, shaves 4KB off a RAMDISKB kernel. (diff) | |
download | wireguard-openbsd-0eb08f42a2f3b08dbe80bf82de91a4e7bc7df355.tar.xz wireguard-openbsd-0eb08f42a2f3b08dbe80bf82de91a4e7bc7df355.zip |
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. * |