Commit 6c15463c authored by Xichao Zhao's avatar Xichao Zhao Committed by Chuck Lever
Browse files

sunrpc: fix "occurence"->"occurrence"



Trivial fix to spelling mistake in comment text.

Signed-off-by: default avatarXichao Zhao <zhao.xichao@vivo.com>
Reviewed-by: default avatarJoe Damato <joe@dama.to>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 13289ed5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");