[NTOSKRNL][RTL][DOC]

- Fix incorrect loop boundaries in the ARM version of MmCreateProcessAddressSpace. Spotted by Vincenzo Cotugno and cppcheck
- Correct outdated wineimport.cmd URL in README.WINE
- Assorted spelling and readability fixes

svn path=/trunk/; revision=53688
This commit is contained in:
Thomas Faber 2011-09-11 11:47:28 +00:00
parent 2b17fa159d
commit 758fe19cd0
8 changed files with 33 additions and 33 deletions

View file

@ -489,7 +489,7 @@ RtlpDosPathNameToRelativeNtPathName_Ustr(IN BOOLEAN HaveRelative,
else
{
/* Use the optimized path after acquiring the lock */
QuickPath = 1;
QuickPath = TRUE;
NewBuffer = NULL;
}