Skip to content

Commit 50bfd2a

Browse files
josephtsalisburysmfrench
authored andcommitted
cifs: smb1: fix comment typo
The file contains a spelling error in a source comment (resposne). Typos in comments reduce readability and make text searches less reliable for developers and maintainers. Replace 'resposne' with 'response' in the affected comment. This is a comment-only cleanup and does not change behavior. [v2: Removed Fixes: and Cc: to stable tags.] Signed-off-by: Joseph Salisbury <joseph.salisbury@oracle.com> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 12b4c5d commit 50bfd2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/smb/client/smb1transport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ check_smb_hdr(struct smb_hdr *smb)
460460
return 0;
461461

462462
/*
463-
* Windows NT server returns error resposne (e.g. STATUS_DELETE_PENDING
463+
* Windows NT server returns error response (e.g. STATUS_DELETE_PENDING
464464
* or STATUS_OBJECT_NAME_NOT_FOUND or ERRDOS/ERRbadfile or any other)
465465
* for some TRANS2 requests without the RESPONSE flag set in header.
466466
*/

0 commit comments

Comments
 (0)