git: d0fbb03a4dc5 - stable/13 - nfscommon: fix function name in comment
Rick Macklem
rmacklem at FreeBSD.org
Tue May 4 00:44:38 UTC 2021
The branch stable/13 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=d0fbb03a4dc51d78f92c1ef37fd4b6beecb0d724
commit d0fbb03a4dc51d78f92c1ef37fd4b6beecb0d724
Author: Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-04-20 03:09:46 +0000
Commit: Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-05-04 00:41:48 +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 4afa4c2d9ab4..a30ee458e06c 100644
--- a/sys/fs/nfs/nfs_commonsubs.c
+++ b/sys/fs/nfs/nfs_commonsubs.c
@@ -4614,7 +4614,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,
More information about the dev-commits-src-all
mailing list