Lionel Debroux : kernel32: Fix doc header for SetThreadIdealProcessor.

Alexandre Julliard julliard at winehq.org
Thu May 21 09:35:50 CDT 2009


Module: wine
Branch: master
Commit: e85a0375168ae5d59e6e25bbb3b7400660245027
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e85a0375168ae5d59e6e25bbb3b7400660245027

Author: Lionel Debroux <lionel_debroux at yahoo.fr>
Date:   Wed May 20 14:46:58 2009 +0200

kernel32: Fix doc header for SetThreadIdealProcessor.

---

 dlls/kernel32/thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/thread.c b/dlls/kernel32/thread.c
index b084943..8cd2fb1 100644
--- a/dlls/kernel32/thread.c
+++ b/dlls/kernel32/thread.c
@@ -402,7 +402,7 @@ DWORD_PTR WINAPI SetThreadAffinityMask( HANDLE hThread, DWORD_PTR dwThreadAffini
 
 
 /**********************************************************************
- * SetThreadIdealProcessor [KERNEL32.@]  Obtains timing information.
+ * SetThreadIdealProcessor [KERNEL32.@]  Sets preferred processor for thread.
  *
  * RETURNS
  *    Success: Value of last call to SetThreadIdealProcessor




More information about the wine-cvs mailing list