Module: wine Branch: master Commit: dde69d617bb6a9665dbf9f752c0baf7e57d26629 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dde69d617bb6a9665dbf9f752c...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri May 8 18:05:02 2015 +0300
kernel32: Fixed couple of comments regarding atom calls.
---
dlls/kernel32/atom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/kernel32/atom.c b/dlls/kernel32/atom.c index 5ab5c06..9682fb4 100644 --- a/dlls/kernel32/atom.c +++ b/dlls/kernel32/atom.c @@ -67,7 +67,7 @@ static RTL_ATOM_TABLE get_local_table(DWORD entries) /*********************************************************************** * InitAtomTable (KERNEL32.@) * - * Initialise the global atom table. + * Initialise local atom table. * * PARAMS * entries [I] The number of entries to reserve in the table. @@ -142,7 +142,7 @@ ATOM WINAPI GlobalAddAtomA( LPCSTR str /* [in] String to add */ ) /*********************************************************************** * 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. * * RETURNS