From: Andrew Morton Cc: "David S. Miller" Cc: Vlad Yasevich Signed-off-by: Andrew Morton --- net/sctp/socket.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN net/sctp/socket.c~sctp-fix-sctp_getsockopt_local_addrs_old-to-use-local-storage-fix net/sctp/socket.c --- a/net/sctp/socket.c~sctp-fix-sctp_getsockopt_local_addrs_old-to-use-local-storage-fix +++ a/net/sctp/socket.c @@ -4045,7 +4045,7 @@ static int sctp_getsockopt_local_addrs_o to = getaddrs.addrs; /* Allocate space for a local instance of packed array to hold all - * the data. We store addresses here first and then put write them + * the data. We store addresses here first and then copy them * to the user in one shot. */ addrs = kmalloc(sizeof(union sctp_addr) * getaddrs.addr_num, _