Author: hbelusca Date: Thu Apr 4 19:34:27 2013 New Revision: 58673
URL: http://svn.reactos.org/svn/reactos?rev=58673&view=rev Log: [ROSAPPS] Fix spelling of 'length' in various places. Patch by andygui
CORE-7043 #comment Part for ROSApps committed in r58673, thanks!
Modified: trunk/rosapps/applications/sysutils/utils/pice/module/disassembler.c
Modified: trunk/rosapps/applications/sysutils/utils/pice/module/disassembler.c URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/applications/sysutils/utils... ============================================================================== --- trunk/rosapps/applications/sysutils/utils/pice/module/disassembler.c [iso-8859-1] (original) +++ trunk/rosapps/applications/sysutils/utils/pice/module/disassembler.c [iso-8859-1] Thu Apr 4 19:34:27 2013 @@ -57,7 +57,7 @@ UCHAR Codes[20]; // Buffer where to store code UCHARs
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 nScanEnum; // Scanner: specific flags SCAN_*