Commit dde69d61 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

kernel32: Fixed couple of comments regarding atom calls.

parent 518e102a
...@@ -67,7 +67,7 @@ static RTL_ATOM_TABLE get_local_table(DWORD entries) ...@@ -67,7 +67,7 @@ static RTL_ATOM_TABLE get_local_table(DWORD entries)
/*********************************************************************** /***********************************************************************
* InitAtomTable (KERNEL32.@) * InitAtomTable (KERNEL32.@)
* *
* Initialise the global atom table. * Initialise local atom table.
* *
* PARAMS * PARAMS
* entries [I] The number of entries to reserve in the table. * entries [I] The number of entries to reserve in the table.
...@@ -142,7 +142,7 @@ ATOM WINAPI GlobalAddAtomA( LPCSTR str /* [in] String to add */ ) ...@@ -142,7 +142,7 @@ ATOM WINAPI GlobalAddAtomA( LPCSTR str /* [in] String to add */ )
/*********************************************************************** /***********************************************************************
* AddAtomA (KERNEL32.@) * AddAtomA (KERNEL32.@)
* *
* Add a character string to the global atom table and return a unique * Add a character string to local atom table and return a unique
* value identifying it. * value identifying it.
* *
* RETURNS * RETURNS
......
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