diff options
author | Steve French <sfrench@us.ibm.com> | 2005-12-31 10:29:42 -0800 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-12-31 10:29:42 -0800 |
commit | fdf7f2e91981938702ab2f58f44dc5685dd1bdc1 (patch) | |
tree | 0c2477ede373c5e13e5ed2924ea04d42f8d81f40 /fs/cifs | |
parent | eea60caef610c7a6c58c0de9c80ae1e438e01301 (diff) |
[CIFS] Fix typos in rfc1002pdu.h
Pointed out by Leo Comitale
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/rfc1002pdu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/rfc1002pdu.h b/fs/cifs/rfc1002pdu.h index 9222033cad8e..aede606132aa 100644 --- a/fs/cifs/rfc1002pdu.h +++ b/fs/cifs/rfc1002pdu.h @@ -24,11 +24,11 @@ /* NB: unlike smb/cifs packets, the RFC1002 structures are big endian */ /* RFC 1002 session packet types */ -#define RFC1002_SESSION_MESASAGE 0x00 +#define RFC1002_SESSION_MESSAGE 0x00 #define RFC1002_SESSION_REQUEST 0x81 #define RFC1002_POSITIVE_SESSION_RESPONSE 0x82 #define RFC1002_NEGATIVE_SESSION_RESPONSE 0x83 -#define RFC1002_RETARGET_SESSION_RESPONSE 0x83 +#define RFC1002_RETARGET_SESSION_RESPONSE 0x84 #define RFC1002_SESSION_KEEP_ALIVE 0x85 /* RFC 1002 flags (only one defined */ |