Commit 167c7a52 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll: Fix the spelling of a comment.

parent d7b3451f
......@@ -133,7 +133,7 @@ ULONG WINAPI RtlIsDosDeviceName_U( PCWSTR dos_name )
* is_valid_directory
*
* 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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment