Long overdue fixes for typos and such

This commit is contained in:
Olaf Barthel
2024-09-23 15:54:07 +02:00
parent 1a01469d46
commit 861e0f088a
10 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ struct smb_dskattr
};
/*
* Contains all relevant data on a SMB networked file.
* Contains all relevant data on an SMB networked file.
*/
struct smb_dirent
{
+1 -1
View File
@@ -58,7 +58,7 @@ struct smb_server
/* olsen (2018-06-01): UTF-16LE Unicode strings are used for path names. */
int unicode_enabled;
/* olsen (2018-08-12): Path names are case sensitive. */
/* olsen (2018-08-12): Path names are case-sensitive. */
int case_sensitive;
/* olsen (2018-08-12): Delay the use of Unicode strings during session setup. */
+1 -1
View File
@@ -146,7 +146,7 @@
#define smb_vwv15 67
#define smb_vwv16 69
/* these are the trans2 sub fields for primary requests */
/* these are the trans2 sub-fields for primary requests */
#define smb_tpscnt smb_vwv0
#define smb_tdscnt smb_vwv1
#define smb_mprcnt smb_vwv2