Fix a typo and a redundant phrase in the block comment above __sys_accept4(): "thats" -> "that's", and drop the trailing "to recvmsg" that repeats the recvmsg() reference earlier in the same sentence. No functional change. Signed-off-by: Avinash Duduskar --- net/socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/socket.c b/net/socket.c index 22a412fdec07..eec5ed08ca00 100644 --- a/net/socket.c +++ b/net/socket.c @@ -2089,8 +2089,8 @@ static int __sys_accept4_file(struct file *file, struct sockaddr __user *upeer_s * we open the socket then return an error. * * 1003.1g adds the ability to recvmsg() to query connection pending - * status to recvmsg. We need to add that support in a way thats - * clean when we restructure accept also. + * status. We need to add that support in a way that's clean when + * we restructure accept also. */ int __sys_accept4(int fd, struct sockaddr __user *upeer_sockaddr, base-commit: 627ac78f2741e2ebd2225e2e953b6964a8a9182f -- 2.54.0