git: 08143226d007 - stable/12 - nfscl: Fix comment for commit 6aded1e6b2e5

From: Rick Macklem <rmacklem_at_FreeBSD.org>
Date: Sun, 17 Dec 2023 21:15:18 UTC
The branch stable/12 has been updated by rmacklem:

URL: https://cgit.FreeBSD.org/src/commit/?id=08143226d007322fe8b463851df07a3e9d80282c

commit 08143226d007322fe8b463851df07a3e9d80282c
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2023-12-04 00:12:14 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2023-12-17 21:14:30 +0000

    nfscl: Fix comment for commit 6aded1e6b2e5
    
    Commit 6aded1e6b2e5 fixed a rare case when handling an NFSv4
    Rename reply when delegations are in use.  This patch fixes the
    associated comment.
    
    (cherry picked from commit 0a958aa16fed1978879d64e3b225f1d232cc5a98)
---
 sys/fs/nfsclient/nfs_clrpcops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/fs/nfsclient/nfs_clrpcops.c b/sys/fs/nfsclient/nfs_clrpcops.c
index 0a9c54ce5e1e..80cc2412afd7 100644
--- a/sys/fs/nfsclient/nfs_clrpcops.c
+++ b/sys/fs/nfsclient/nfs_clrpcops.c
@@ -2555,7 +2555,7 @@ tryagain:
 				     * If the Delegreturn failed, try again
 				     * without it. The server will Recall, as
 				     * required.
-				     * If ret > 1, the first iteration of this
+				     * If ret > 1, the second iteration of this
 				     * loop is the second DelegReturn result.
 				     */
 				    mbuf_freem(nd->nd_mrep);