]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nfsd: fix comment typo in nfs3xdr
authorJoseph Salisbury <joseph.salisbury@oracle.com>
Mon, 16 Mar 2026 18:25:16 +0000 (14:25 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Fri, 3 Apr 2026 13:28:47 +0000 (09:28 -0400)
commitfa6966fd05a122b413823c579a1f898427e2cdd4
treed34cb5912167c200b1d51936721ff16c7720c592
parent42cc13995967c1f3790cb106916eed8fab2a37b1
nfsd: fix comment typo in nfs3xdr

The file contains a spelling error in a source comment (occured).

Typos in comments reduce readability and make text searches less reliable
for developers and maintainers.

Replace 'occured' with 'occurred' in the affected comment. This is a
comment-only cleanup and does not change behavior.

Signed-off-by: Joseph Salisbury <joseph.salisbury@oracle.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs3xdr.c