summaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2023-05-28 08:21:24 +0000
committerandvar <andvar@NetBSD.org>2023-05-28 08:21:24 +0000
commite7c0f4c772a2db9a48af82870acb49f9772b7b3e (patch)
tree269787678c02625af3b408e274e661bbda344133 /sys/fs
parentf018f82e627f00fad8017ef0f1275a83453e402b (diff)
s/Resture/Restore/ and s/restared/restarted/ in comments.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfs/server/nfs_nfsdstate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/nfs/server/nfs_nfsdstate.c b/sys/fs/nfs/server/nfs_nfsdstate.c
index 6df9fd1b27a..3709d445336 100644
--- a/sys/fs/nfs/server/nfs_nfsdstate.c
+++ b/sys/fs/nfs/server/nfs_nfsdstate.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_nfsdstate.c,v 1.4 2016/12/13 21:50:32 pgoyette Exp $ */
+/* $NetBSD: nfs_nfsdstate.c,v 1.5 2023/05/28 08:21:24 andvar Exp $ */
/*-
* Copyright (c) 2009 Rick Macklem, University of Guelph
* All rights reserved.
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
/* __FBSDID("FreeBSD: head/sys/fs/nfsserver/nfs_nfsdstate.c 307694 2016-10-20 23:53:16Z rmacklem "); */
-__RCSID("$NetBSD: nfs_nfsdstate.c,v 1.4 2016/12/13 21:50:32 pgoyette Exp $");
+__RCSID("$NetBSD: nfs_nfsdstate.c,v 1.5 2023/05/28 08:21:24 andvar Exp $");
#ifndef APPLEKEXT
#include <fs/nfs/common/nfsport.h>
@@ -4208,7 +4208,7 @@ nfsrv_docallback(struct nfsclient *clp, int procnum,
* client somehow does an RPC without a
* SequenceID Op that causes a callback just
* after the nfsd threads have been terminated
- * and restared we could conceivably get here
+ * and restarted we could conceivably get here
* without a backchannel xprt.
*/
printf("nfsrv_docallback: no xprt\n");