cifs: smbd: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Julia Lawall 2022-05-21 13:11:19 +02:00 committed by Steve French
parent c9fc5ca454
commit fb64f7f105
1 changed files with 1 additions and 1 deletions

View File

@ -1350,7 +1350,7 @@ void smbd_destroy(struct TCP_Server_Info *server)
wait_event(info->wait_send_pending,
atomic_read(&info->send_pending) == 0);
/* It's not posssible for upper layer to get to reassembly */
/* It's not possible for upper layer to get to reassembly */
log_rdma_event(INFO, "drain the reassembly queue\n");
do {
spin_lock_irqsave(&info->reassembly_queue_lock, flags);