Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Joseph Salisbury and committed by
Chuck Lever
fa6966fd 42cc1399

+2 -2
+2 -2
fs/nfsd/nfs3xdr.c
··· 1069 1069 * 1070 1070 * Return values: 1071 1071 * %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 1073 1073 * 1074 1074 * On exit, the following fields are updated: 1075 1075 * - resp->xdr ··· 1144 1144 * 1145 1145 * Return values: 1146 1146 * %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 1148 1148 * 1149 1149 * On exit, the following fields are updated: 1150 1150 * - resp->xdr