Documentation fixes.

diff --git a/scheduler/sysdeps.c b/scheduler/sysdeps.c
index 15ede6c..9073cf7 100644
--- a/scheduler/sysdeps.c
+++ b/scheduler/sysdeps.c
@@ -245,6 +245,9 @@
 #ifdef __i386__
 __ASM_GLOBAL_FUNC( NtCurrentTeb, ".byte 0x64\n\tmovl 0x18,%eax\n\tret" );
 #elif defined(HAVE__LWP_CREATE)
+/***********************************************************************
+ *		NtCurrentTeb (NTDLL.@)
+ */
 struct _TEB * WINAPI NtCurrentTeb(void)
 {
     extern void *_lwp_getprivate(void);