Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/nfs s/reqest/request/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/670a93184f6a
branches:  trunk
changeset: 372764:670a93184f6a
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat Dec 24 15:37:50 2022 +0000

description:
s/reqest/request/ in comment.

diffstat:

 sys/nfs/nfs_bootdhcp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1afdb6cb5d79 -r 670a93184f6a sys/nfs/nfs_bootdhcp.c
--- a/sys/nfs/nfs_bootdhcp.c    Sat Dec 24 15:23:02 2022 +0000
+++ b/sys/nfs/nfs_bootdhcp.c    Sat Dec 24 15:37:50 2022 +0000
@@ -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 @@
        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);



Home | Main Index | Thread Index | Old Index