diff options
Diffstat (limited to 'src/w32.h')
-rw-r--r-- | src/w32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.h b/src/w32.h index c73ff302c05..03dee099c01 100644 --- a/src/w32.h +++ b/src/w32.h @@ -89,7 +89,7 @@ typedef struct _child_process terminate it by sys_kill. */ HWND hwnd; /* Information about subprocess returned by CreateProcess. Includes - handles to the subprocess and its primary thread, and the + handles to the subprocess and its main thread, and the corresponding process ID and thread ID numbers. The PID is mirrored by the 'pid' member above. The process handle is used to wait on it. */ |