Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs s/ony/only/



details:   https://anonhg.NetBSD.org/src/rev/1507ac53b756
branches:  trunk
changeset: 361108:1507ac53b756
user:      andvar <andvar%NetBSD.org@localhost>
date:      Wed Feb 09 21:50:24 2022 +0000

description:
s/ony/only/

diffstat:

 sys/fs/nfs/client/nfs_clcomsubs.c |  6 +++---
 sys/nfs/nfs_subs.c                |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 55f020651d23 -r 1507ac53b756 sys/fs/nfs/client/nfs_clcomsubs.c
--- a/sys/fs/nfs/client/nfs_clcomsubs.c Wed Feb 09 21:32:38 2022 +0000
+++ b/sys/fs/nfs/client/nfs_clcomsubs.c Wed Feb 09 21:50:24 2022 +0000
@@ -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 @@
 #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 -r 55f020651d23 -r 1507ac53b756 sys/nfs/nfs_subs.c
--- a/sys/nfs/nfs_subs.c        Wed Feb 09 21:32:38 2022 +0000
+++ b/sys/nfs/nfs_subs.c        Wed Feb 09 21:50:24 2022 +0000
@@ -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 @@
 
 /*
  * 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)



Home | Main Index | Thread Index | Old Index