Skip to content

Commit 124f9af

Browse files
josephtsalisburychucklever
authored andcommitted
nfsd: fix comment typo in nfsxdr
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 <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent fa6966f commit 124f9af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/nfsd/nfsxdr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ svcxdr_encode_entry_common(struct nfsd_readdirres *resp, const char *name,
605605
*
606606
* Return values:
607607
* %0: Entry was successfully encoded.
608-
* %-EINVAL: An encoding problem occured, secondary status code in resp->common.err
608+
* %-EINVAL: An encoding problem occurred, secondary status code in resp->common.err
609609
*
610610
* On exit, the following fields are updated:
611611
* - resp->xdr

0 commit comments

Comments
 (0)