From d64ada501ae33c02e7c4e3ce21962907df814a5a Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Mon, 30 Dec 2002 21:18:15 +0000 Subject: Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ Add FreeBSD Id tag where missing. --- sys/nfsclient/bootp_subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/nfsclient/bootp_subr.c') diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c index d77f8f76f66a..bfa419ee398c 100644 --- a/sys/nfsclient/bootp_subr.c +++ b/sys/nfsclient/bootp_subr.c @@ -1386,7 +1386,7 @@ bootpc_compose_query(struct bootpc_ifcontext *ifctx, *vendp = TAG_END; ifctx->call.secs = 0; - ifctx->call.flags = htons(0x8000); /* We need an broadcast answer */ + ifctx->call.flags = htons(0x8000); /* We need a broadcast answer */ } static int -- cgit v1.2.3