c11/threads: rework Windows thrd_current() comment
authorEmil Velikov <emil.velikov@collabora.com>
Sat, 29 Apr 2017 13:46:02 +0000 (14:46 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 4 May 2017 17:00:23 +0000 (18:00 +0100)
commitc9c8e1c84d776c23e0ea3e051a97a9c7f7d80c15
tree2d95ab40a194d246b420f1a95ccb758bbed6e019
parentf258815c7d4187fd83f6944943e78206a6cdc4cb
c11/threads: rework Windows thrd_current() comment

Drop the misleading "will not match the one returned by thread_create"
hunk and provide more clarity as to what/why GetCurrentThread() isn't
the solution we're looking for.

v2: Places brackets after function names (Eric)

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com> (v1)
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
include/c11/threads_win32.h