summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_socket.c
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2024-09-04 07:54:54 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2024-09-04 07:54:54 +0000
commitc08b0d64f93729a6088a731e9e41fda5bec371e1 (patch)
treee09749cad372b028eb5c075077d98bbae8a348bb /sys/nfs/nfs_socket.c
parent92740d6c8077a1465c78e747b508ddbb0d12ab57 (diff)
Fix some spelling.
Input and ok jmc@, jsg@
Diffstat (limited to 'sys/nfs/nfs_socket.c')
-rw-r--r--sys/nfs/nfs_socket.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c
index f75122ed20d..aa22757800e 100644
--- a/sys/nfs/nfs_socket.c
+++ b/sys/nfs/nfs_socket.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_socket.c,v 1.151 2024/07/12 17:20:18 mvs Exp $ */
+/* $OpenBSD: nfs_socket.c,v 1.152 2024/09/04 07:54:53 mglocker Exp $ */
/* $NetBSD: nfs_socket.c,v 1.27 1996/04/15 20:20:00 thorpej Exp $ */
/*
@@ -996,10 +996,10 @@ tryagain:
/*
* Since we only support RPCAUTH_UNIX atm we step over the
- * reply verifer type, and in the (error) case that there really
+ * reply verifier type, and in the (error) case that there really
* is any data in it, we advance over it.
*/
- tl++; /* Step over verifer type */
+ tl++; /* Step over verifier type */
i = fxdr_unsigned(int32_t, *tl);
if (i > 0) {
/* Should not happen */