Module Name: src
Committed By: andvar
Date: Wed Feb 9 21:50:24 UTC 2022
Modified Files:
src/sys/fs/nfs/client: nfs_clcomsubs.c
src/sys/nfs: nfs_subs.c
Log Message:
s/ony/only/
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/fs/nfs/client/nfs_clcomsubs.c
cvs rdiff -u -r1.241 -r1.242 src/sys/nfs/nfs_subs.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/fs/nfs/client/nfs_clcomsubs.c
diff -u src/sys/fs/nfs/client/nfs_clcomsubs.c:1.3 src/sys/fs/nfs/client/nfs_clcomsubs.c:1.4
--- src/sys/fs/nfs/client/nfs_clcomsubs.c:1.3 Wed Nov 10 15:56:39 2021
+++ src/sys/fs/nfs/client/nfs_clcomsubs.c Wed Feb 9 21:50:24 2022
@@ -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
#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)
Index: src/sys/nfs/nfs_subs.c
diff -u src/sys/nfs/nfs_subs.c:1.241 src/sys/nfs/nfs_subs.c:1.242
--- src/sys/nfs/nfs_subs.c:1.241 Sat Sep 5 16:30:12 2020
+++ src/sys/nfs/nfs_subs.c Wed Feb 9 21:50:24 2022
@@ -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, struc
/*
* 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)