Skip to content

Commit fa6966f

Browse files
josephtsalisburychucklever
authored andcommitted
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 <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent 42cc139 commit fa6966f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fs/nfsd/nfs3xdr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ svcxdr_encode_entry3_common(struct nfsd3_readdirres *resp, const char *name,
10691069
*
10701070
* Return values:
10711071
* %0: Entry was successfully encoded.
1072-
* %-EINVAL: An encoding problem occured, secondary status code in resp->common.err
1072+
* %-EINVAL: An encoding problem occurred, secondary status code in resp->common.err
10731073
*
10741074
* On exit, the following fields are updated:
10751075
* - resp->xdr
@@ -1144,7 +1144,7 @@ svcxdr_encode_entry3_plus(struct nfsd3_readdirres *resp, const char *name,
11441144
*
11451145
* Return values:
11461146
* %0: Entry was successfully encoded.
1147-
* %-EINVAL: An encoding problem occured, secondary status code in resp->common.err
1147+
* %-EINVAL: An encoding problem occurred, secondary status code in resp->common.err
11481148
*
11491149
* On exit, the following fields are updated:
11501150
* - resp->xdr

0 commit comments

Comments
 (0)