mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 22:18:13 +00:00
[ROSAPPS]
Fix spelling of 'length' in various places. Patch by andygui CORE-7043 #comment Part for ROSApps committed in r58673, thanks! svn path=/trunk/; revision=58673
This commit is contained in:
parent
26895da7e6
commit
3ab4c09ac2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ typedef struct
|
||||||
UCHAR Codes[20]; // Buffer where to store code UCHARs
|
UCHAR Codes[20]; // Buffer where to store code UCHARs
|
||||||
|
|
||||||
UCHAR bAsciiLen; // Length of the ascii result
|
UCHAR bAsciiLen; // Length of the ascii result
|
||||||
UCHAR bInstrLen; // Instruction lenght in UCHARs
|
UCHAR bInstrLen; // Instruction length in UCHARs
|
||||||
|
|
||||||
int nDisplacement; // Scanner: possible constant displacement
|
int nDisplacement; // Scanner: possible constant displacement
|
||||||
int nScanEnum; // Scanner: specific flags SCAN_*
|
int nScanEnum; // Scanner: specific flags SCAN_*
|
||||||
|
|
Loading…
Reference in a new issue