Module Name: src
Committed By: andvar
Date: Sat Dec 24 15:37:50 UTC 2022
Modified Files:
src/sys/nfs: nfs_bootdhcp.c
Log Message:
s/reqest/request/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/nfs/nfs_bootdhcp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/nfs/nfs_bootdhcp.c
diff -u src/sys/nfs/nfs_bootdhcp.c:1.56 src/sys/nfs/nfs_bootdhcp.c:1.57
--- src/sys/nfs/nfs_bootdhcp.c:1.56 Fri Jun 10 13:27:16 2016
+++ src/sys/nfs/nfs_bootdhcp.c Sat Dec 24 15:37:50 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_bootdhcp.c,v 1.56 2016/06/10 13:27:16 ozaki-r Exp $ */
+/* $NetBSD: nfs_bootdhcp.c,v 1.57 2022/12/24 15:37:50 andvar Exp $ */
/*-
* Copyright (c) 1995, 1997 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_bootdhcp.c,v 1.56 2016/06/10 13:27:16 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_bootdhcp.c,v 1.57 2022/12/24 15:37:50 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_nfs_boot.h"
@@ -600,7 +600,7 @@ bootpc_call(struct nfs_diskless *nd, str
m_reset_rcvif(m);
/*
- * Build the BOOTP reqest message.
+ * Build the BOOTP request message.
* Note: xid is host order! (opaque to server)
*/
memset((void *)bootp, 0, BOOTP_SIZE_MAX);