[REACTOS] Fix typos (#6198)

- Adress -> Address
- Currupted -> Corrupted

3rd-party files are not modified.
This commit is contained in:
Ratin Gao 2023-12-24 04:37:08 +08:00 committed by GitHub
parent f380a51040
commit ffb20d3330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 28 additions and 28 deletions

View file

@ -98,7 +98,7 @@ struct __basic_iostring : public basic_string<_CharT, char_traits<_CharT>, __ios
/*
* A consequence of the non standard conformant allocator is that a string using it
* must always be presized to the allocator static buffer size because the basic_string implementation
* do not manage an allocator returning always the same memory adress as long as the
* do not manage an allocator returning always the same memory address as long as the
* requested memory block size is under a certain value.
*/
typedef __basic_iostring<_CharT> _Self;

View file

@ -672,7 +672,7 @@ typedef struct _MM_AVL_TABLE
} MM_AVL_TABLE, *PMM_AVL_TABLE;
//
// Virtual Adress List used in VADs
// Virtual Address List used in VADs
//
typedef struct _MMADDRESS_LIST
{

View file

@ -435,7 +435,7 @@ typedef ULONG NDIS_OID, *PNDIS_OID;
#define NDIS_MAC_OPTION_EOTX_INDICATION 0x00000020
#define NDIS_MAC_OPTION_8021P_PRIORITY 0x00000040
#define NDIS_MAC_OPTION_SUPPORTS_MAC_ADRESS_OVERWRITE 0x00000080
#define NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE 0x00000080
#define NDIS_MAC_OPTION_RECEIVE_AT_DPC 0x00000100
#define NDIS_MAC_OPTION_8021Q_VLAN 0x00000200
#define NDIS_MAC_OPTION_RESERVED 0x80000000