summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-02-09 21:50:24 +0000
committerandvar <andvar@NetBSD.org>2022-02-09 21:50:24 +0000
commit2d8a669f71609d5f32918a48fa3ddf2b4017a985 (patch)
tree667f9cc0d2d1b5cd6857b0b80c7dc5ab2b66f444 /sys
parent2fd05b2f49046a4d9e244c9d07093073ac3f6bc0 (diff)
s/ony/only/
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/nfs/client/nfs_clcomsubs.c6
-rw-r--r--sys/nfs/nfs_subs.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/fs/nfs/client/nfs_clcomsubs.c b/sys/fs/nfs/client/nfs_clcomsubs.c
index 4230d284146..e05b3ce782c 100644
--- a/sys/fs/nfs/client/nfs_clcomsubs.c
+++ b/sys/fs/nfs/client/nfs_clcomsubs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_clcomsubs.c,v 1.3 2021/11/10 15:56:39 msaitoh Exp $ */
+/* $NetBSD: nfs_clcomsubs.c,v 1.4 2022/02/09 21:50:24 andvar Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
/* __FBSDID("FreeBSD: head/sys/fs/nfsclient/nfs_clcomsubs.c 304026 2016-08-12 22:44:59Z rmacklem "); */
-__RCSID("$NetBSD: nfs_clcomsubs.c,v 1.3 2021/11/10 15:56:39 msaitoh Exp $");
+__RCSID("$NetBSD: nfs_clcomsubs.c,v 1.4 2022/02/09 21:50:24 andvar Exp $");
/*
* These functions support the macros and help fiddle mbuf chains for
@@ -250,7 +250,7 @@ nfscl_reqstart(struct nfsrv_descript *nd, int procnum, struct nfsmount *nmp,
#ifndef APPLE
/*
* copies a uio scatter/gather list to an mbuf chain.
- * NOTE: can ony handle iovcnt == 1
+ * NOTE: can only handle iovcnt == 1
*/
APPLESTATIC void
nfsm_uiombuf(struct nfsrv_descript *nd, struct uio *uiop, int siz)
diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c
index 3c07880578a..7f8099f3597 100644
--- a/sys/nfs/nfs_subs.c
+++ b/sys/nfs/nfs_subs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_subs.c,v 1.241 2020/09/05 16:30:12 riastradh Exp $ */
+/* $NetBSD: nfs_subs.c,v 1.242 2022/02/09 21:50:24 andvar Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.241 2020/09/05 16:30:12 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.242 2022/02/09 21:50:24 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_nfs.h"
@@ -802,7 +802,7 @@ nfsm_mbuftouio(struct mbuf **mrep, struct uio *uiop, int siz, char **dpos)
/*
* copies a uio scatter/gather list to an mbuf chain.
- * NOTE: can ony handle iovcnt == 1
+ * NOTE: can only handle iovcnt == 1
*/
int
nfsm_uiotombuf(struct uio *uiop, struct mbuf **mq, int siz, char **bpos)