Documentation fixes.

diff --git a/memory/atom.c b/memory/atom.c
index 0e79a59..736b6d3 100644
--- a/memory/atom.c
+++ b/memory/atom.c
@@ -174,7 +174,7 @@
 
 
 /***********************************************************************
- *           InitAtomTable16   (KERNEL.68)
+ *           InitAtomTable   (KERNEL.68)
  */
 WORD WINAPI InitAtomTable16( WORD entries )
 {
@@ -220,7 +220,7 @@
 
 
 /***********************************************************************
- *           AddAtom16   (KERNEL.70)
+ *           AddAtom   (KERNEL.70)
  *
  * Windows DWORD aligns the atom entry size.
  * The remaining unused string space created by the alignment
@@ -286,7 +286,7 @@
 
 
 /***********************************************************************
- *           DeleteAtom16   (KERNEL.71)
+ *           DeleteAtom   (KERNEL.71)
  */
 ATOM WINAPI DeleteAtom16( ATOM atom )
 {
@@ -325,7 +325,7 @@
 
 
 /***********************************************************************
- *           FindAtom16   (KERNEL.69)
+ *           FindAtom   (KERNEL.69)
  */
 ATOM WINAPI FindAtom16( LPCSTR str )
 {
@@ -360,7 +360,7 @@
 
 
 /***********************************************************************
- *           GetAtomName16   (KERNEL.72)
+ *           GetAtomName   (KERNEL.72)
  */
 UINT16 WINAPI GetAtomName16( ATOM atom, LPSTR buffer, INT16 count )
 {