Skip to content

Commit 6c15463

Browse files
Xichao Zhaochucklever
authored andcommitted
sunrpc: fix "occurence"->"occurrence"
Trivial fix to spelling mistake in comment text. Signed-off-by: Xichao Zhao <[email protected]> Reviewed-by: Joe Damato <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent 13289ed commit 6c15463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/sunrpc/sysfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ static ssize_t rpc_sysfs_xprt_dstaddr_store(struct kobject *kobj,
389389
saddr = (struct sockaddr *)&xprt->addr;
390390
port = rpc_get_port(saddr);
391391

392-
/* buf_len is the len until the first occurence of either
392+
/* buf_len is the len until the first occurrence of either
393393
* '\n' or '\0'
394394
*/
395395
buf_len = strcspn(buf, "\n");

0 commit comments

Comments
 (0)