"always", not "allways" !!!!!!!!!!!!!!
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 15 Jan 2013 23:26:45 +0000 (23:26 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 15 Jan 2013 23:26:45 +0000 (23:26 +0000)
svn path=/trunk/; revision=58181

reactos/dll/win32/kernel32/client/file/create.c
reactos/lib/rtl/unicode.c

index 73e2c28..a91a49f 100644 (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 */
index 491fd88..50a0e70 100644 (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