From: Xichao Zhao Date: Tue, 12 Aug 2025 11:33:59 +0000 (+0800) Subject: sunrpc: fix "occurence"->"occurrence" X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6c15463c4511d26f2a820f63f5b76624a71afc44;p=users%2Fhch%2Fmisc.git sunrpc: fix "occurence"->"occurrence" Trivial fix to spelling mistake in comment text. Signed-off-by: Xichao Zhao Reviewed-by: Joe Damato Signed-off-by: Chuck Lever --- diff --git a/net/sunrpc/sysfs.c b/net/sunrpc/sysfs.c index 09434e1143c5..8b01b7ae2690 100644 --- a/net/sunrpc/sysfs.c +++ b/net/sunrpc/sysfs.c @@ -389,7 +389,7 @@ static ssize_t rpc_sysfs_xprt_dstaddr_store(struct kobject *kobj, saddr = (struct sockaddr *)&xprt->addr; port = rpc_get_port(saddr); - /* buf_len is the len until the first occurence of either + /* buf_len is the len until the first occurrence of either * '\n' or '\0' */ buf_len = strcspn(buf, "\n");