Documentation fixes.
diff --git a/memory/string.c b/memory/string.c
index 7f98057..caa994a 100644
--- a/memory/string.c
+++ b/memory/string.c
@@ -131,6 +131,7 @@
/***********************************************************************
+ * lstrcmpi (KERNEL32.@)
* lstrcmpiA (KERNEL32.@)
*/
INT WINAPI lstrcmpiA( LPCSTR str1, LPCSTR str2 )
@@ -215,7 +216,9 @@
/***********************************************************************
+ * lstrcpyn (KERNEL32.@)
* lstrcpynA (KERNEL32.@)
+ *
* Note: this function differs from the UNIX strncpy, it _always_ writes
* a terminating \0
*/