* sigproc.cc (get_proc_lock): Fix error message typo.
This commit is contained in:
parent
4a49c71595
commit
66dd5c4ff5
@ -1,3 +1,7 @@
|
||||
2010-02-03 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* sigproc.cc (get_proc_lock): Fix error message typo.
|
||||
|
||||
2010-02-03 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Workaround
|
||||
|
@ -165,7 +165,7 @@ get_proc_lock (DWORD what, DWORD val)
|
||||
sigproc_printf ("sync_proc_subproc is NULL (2)");
|
||||
return false;
|
||||
}
|
||||
system_printf ("Couldn't aquire sync_proc_subproc for(%d,%d), last %d, %E",
|
||||
system_printf ("Couldn't acquire sync_proc_subproc for(%d,%d), last %d, %E",
|
||||
what, val, lastwhat);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user