diff options
author | 2013-09-12 13:12:33 +0000 | |
---|---|---|
committer | 2013-09-12 13:12:33 +0000 | |
commit | 98b25bc41cd605ba7fe4b7d095624af4005c123c (patch) | |
tree | 0bc0be95e300eb328a8fda307f17a629f9a1db48 | |
parent | sync drm_mm with linux 3.8.13 (diff) | |
download | wireguard-openbsd-98b25bc41cd605ba7fe4b7d095624af4005c123c.tar.xz wireguard-openbsd-98b25bc41cd605ba7fe4b7d095624af4005c123c.zip |
typo; Eivind Evensen
-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 12440369279..8f89fad49ec 100644 --- a/sys/nfs/nfs_boot.c +++ b/sys/nfs/nfs_boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_boot.c,v 1.27 2013/05/22 09:13:36 mpi Exp $ */ +/* $OpenBSD: nfs_boot.c,v 1.28 2013/09/12 13:12:33 deraadt Exp $ */ /* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */ /* @@ -196,7 +196,7 @@ nfs_boot_init(struct nfs_diskless *nd, struct proc *procp) * Use the old broadcast address for the WHOAMI * call because we do not yet know our netmask. * The server address returned by the WHOAMI call - * is used for all subsequent booptaram RPCs. + * is used for all subsequent bootparam RPCs. */ bzero((caddr_t)&bp_sin, sizeof(bp_sin)); bp_sin.sin_len = sizeof(bp_sin); |