Commit 75c1622b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll: Fix typos in some comments.

parent 29ae5f8e
......@@ -1209,7 +1209,7 @@ static NTSTATUS RTL_GetKeyHandle(ULONG RelativeTo, PCWSTR Path, PHANDLE handle)
/*************************************************************************
* RtlQueryRegistryValues [NTDLL.@]
*
* Query multiple registry values with a signle call.
* Query multiple registry values with a single call.
*
* PARAMS
* RelativeTo [I] Registry path that Path refers to
......@@ -1386,7 +1386,7 @@ out:
/*************************************************************************
* RtlCheckRegistryKey [NTDLL.@]
*
* Query multiple registry values with a signle call.
* Query multiple registry values with a single call.
*
* PARAMS
* RelativeTo [I] Registry path that Path refers to
......@@ -1416,7 +1416,7 @@ NTSTATUS WINAPI RtlCheckRegistryKey(IN ULONG RelativeTo, IN PWSTR Path)
/*************************************************************************
* RtlDeleteRegistryValue [NTDLL.@]
*
* Query multiple registry values with a signle call.
* Query multiple registry values with a single call.
*
* PARAMS
* RelativeTo [I] Registry path that Path refers to
......
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