comment typo

This commit is contained in:
Oswald Buddenhagen
2009-03-11 16:24:22 +01:00
parent a429d7a5e2
commit fd32001204

View File

@@ -174,7 +174,7 @@ int main()
the Windows kernel runs amok when we attempt this. the Windows kernel runs amok when we attempt this.
So instead we start a debugged process, eat all the initial So instead we start a debugged process, eat all the initial
debug events, suspend the process and detach from it. If gdb debug events, suspend the process and detach from it. If gdb
tries to attach *now*, everthing goes smoothly. Yay. */ tries to attach *now*, everything goes smoothly. Yay. */
if (creationFlags & DEBUG_ONLY_THIS_PROCESS) { if (creationFlags & DEBUG_ONLY_THIS_PROCESS) {
do { do {
if (!WaitForDebugEvent (&dbev, INFINITE)) if (!WaitForDebugEvent (&dbev, INFINITE))