ntdll: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d7b3451f8a
commit
167c7a524f
|
@ -133,7 +133,7 @@ ULONG WINAPI RtlIsDosDeviceName_U( PCWSTR dos_name )
|
||||||
* is_valid_directory
|
* is_valid_directory
|
||||||
*
|
*
|
||||||
* Helper for RtlDosPathNameToNtPathName_U_WithStatus.
|
* Helper for RtlDosPathNameToNtPathName_U_WithStatus.
|
||||||
* Test if the path is an exisiting directory.
|
* Test if the path is an existing directory.
|
||||||
*/
|
*/
|
||||||
static BOOL is_valid_directory(LPCWSTR path)
|
static BOOL is_valid_directory(LPCWSTR path)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue