"always", not "allways" !!!!!!!!!!!!!!

svn path=/trunk/; revision=58181
This commit is contained in:
Hermès Bélusca-Maïto 2013-01-15 23:26:45 +00:00
parent 05bc0402cc
commit 3297132e50
2 changed files with 2 additions and 2 deletions

View file

@ -200,7 +200,7 @@ HANDLE WINAPI CreateFileW (LPCWSTR lpFileName,
FileAttributes = (dwFlagsAndAttributes & (FILE_ATTRIBUTE_VALID_FLAGS & ~FILE_ATTRIBUTE_DIRECTORY));
/* handle may allways be waited on and querying attributes are allways allowed */
/* handle may always be waited on and querying attributes are always allowed */
dwDesiredAccess |= SYNCHRONIZE | FILE_READ_ATTRIBUTES;
/* FILE_FLAG_POSIX_SEMANTICS is handled later */

View file

@ -1932,7 +1932,7 @@ RtlUpcaseUnicodeStringToCountedOemString(
/*
* @implemented
* NOTES
* Oem string is allways nullterminated
* OEM string is always nullterminated
* It performs a partial copy if oem is too small.
*/
NTSTATUS