kernel32: Spelling fixes.
diff --git a/dlls/kernel32/kernel_main.c b/dlls/kernel32/kernel_main.c
index 86e4a39..be1212f 100644
--- a/dlls/kernel32/kernel_main.c
+++ b/dlls/kernel32/kernel_main.c
@@ -266,9 +266,9 @@
* The current tick count.
*
* NOTES
- * -The value returned will wrap arounf every 2^32 milliseconds.
- * -Under Windows, tick 0 is the moment at which the system is rebooted.
- * Under Wine, tick 0 begins at the moment the wineserver process is started,
+ * The value returned will wrap around every 2^32 milliseconds.
+ * Under Windows, tick 0 is the moment at which the system is rebooted.
+ * Under Wine, tick 0 begins at the moment the wineserver process is started.
*/
DWORD WINAPI GetTickCount(void)
{