mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[REACTOS] Fix typos (#6198)
- Adress -> Address - Currupted -> Corrupted 3rd-party files are not modified.
This commit is contained in:
parent
f380a51040
commit
ffb20d3330
22 changed files with 28 additions and 28 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue