We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13289ed commit 6c15463Copy full SHA for 6c15463
net/sunrpc/sysfs.c
@@ -389,7 +389,7 @@ static ssize_t rpc_sysfs_xprt_dstaddr_store(struct kobject *kobj,
389
saddr = (struct sockaddr *)&xprt->addr;
390
port = rpc_get_port(saddr);
391
392
- /* buf_len is the len until the first occurence of either
+ /* buf_len is the len until the first occurrence of either
393
* '\n' or '\0'
394
*/
395
buf_len = strcspn(buf, "\n");
0 commit comments