aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-08-02 09:27:30 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-08-05 04:41:23 +0000
commit2e0e659b1832ecd5b84a8ba1ce4c54f7027aadff (patch)
treebc713cd5464f48feec4bd8a6c7227dbeae030a13
parentfd46c830fd9a902f4e9382a3ecfca837477e5b2d (diff)
nfsserver: Fix a typo in a source code comment
- s/restared/restarted/ (cherry picked from commit 11892bc710a741a03735b164dc089d40d7d80374)
-rw-r--r--sys/fs/nfsserver/nfs_nfsdstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfsserver/nfs_nfsdstate.c b/sys/fs/nfsserver/nfs_nfsdstate.c
index 4e7a75b3c637..b4fd50aa6436 100644
--- a/sys/fs/nfsserver/nfs_nfsdstate.c
+++ b/sys/fs/nfsserver/nfs_nfsdstate.c
@@ -4629,7 +4629,7 @@ nfsrv_docallback(struct nfsclient *clp, int procnum, nfsv4stateid_t *stateidp,
* 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");