mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
"always", not "allways" !!!!!!!!!!!!!!
svn path=/trunk/; revision=58181
This commit is contained in:
parent
05bc0402cc
commit
3297132e50
2 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ HANDLE WINAPI CreateFileW (LPCWSTR lpFileName,
|
||||||
|
|
||||||
FileAttributes = (dwFlagsAndAttributes & (FILE_ATTRIBUTE_VALID_FLAGS & ~FILE_ATTRIBUTE_DIRECTORY));
|
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;
|
dwDesiredAccess |= SYNCHRONIZE | FILE_READ_ATTRIBUTES;
|
||||||
|
|
||||||
/* FILE_FLAG_POSIX_SEMANTICS is handled later */
|
/* FILE_FLAG_POSIX_SEMANTICS is handled later */
|
||||||
|
|
|
@ -1932,7 +1932,7 @@ RtlUpcaseUnicodeStringToCountedOemString(
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
* NOTES
|
* NOTES
|
||||||
* Oem string is allways nullterminated
|
* OEM string is always nullterminated
|
||||||
* It performs a partial copy if oem is too small.
|
* It performs a partial copy if oem is too small.
|
||||||
*/
|
*/
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
Loading…
Reference in a new issue