Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 09:27:39 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 11892bc710a7 - main - nfsserver: Fix a typo in a source code comment
Message-ID:  <202308020927.3729RdvU040777@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=11892bc710a741a03735b164dc089d40d7d80374

commit 11892bc710a741a03735b164dc089d40d7d80374
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 09:27:30 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-02 09:27:30 +0000

    nfsserver: Fix a typo in a source code comment
    
    - s/restared/restarted/
    
    MFC after:      3 days
---
 sys/fs/nfsserver/nfs_nfsdstate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/fs/nfsserver/nfs_nfsdstate.c b/sys/fs/nfsserver/nfs_nfsdstate.c
index 57bc4a6e5940..ff228554f191 100644
--- a/sys/fs/nfsserver/nfs_nfsdstate.c
+++ b/sys/fs/nfsserver/nfs_nfsdstate.c
@@ -4642,7 +4642,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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308020927.3729RdvU040777>