Date: Tue, 4 May 2021 00:50:13 GMT From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 832f2982a1cc - stable/12 - nfscommon: fix function name in comment Message-ID: <202105040050.1440oDLi096690@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=832f2982a1cc5c81521cb93712662e23c8eb380b commit 832f2982a1cc5c81521cb93712662e23c8eb380b Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2021-04-20 03:09:46 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2021-05-04 00:47:34 +0000 nfscommon: fix function name in comment (cherry picked from commit 78ffcb86d98fc9c27ac7a723c65621667036c42d) --- sys/fs/nfs/nfs_commonsubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/nfs/nfs_commonsubs.c b/sys/fs/nfs/nfs_commonsubs.c index 07652fbdb911..39cf9e9fc819 100644 --- a/sys/fs/nfs/nfs_commonsubs.c +++ b/sys/fs/nfs/nfs_commonsubs.c @@ -4556,7 +4556,7 @@ nfsmout: * Handle an NFSv4.1 Sequence request for the session. * If reply != NULL, use it to return the cached reply, as required. * The client gets a cached reply via this call for callbacks, however the - * server gets a cached reply via the nfsv4_seqsess_cachereply() call. + * server gets a cached reply via the nfsv4_seqsess_cacherep() call. */ int nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105040050.1440oDLi096690>