Fix typo.

This commit is contained in:
Corinna Vinschen 2007-01-26 12:32:11 +00:00
parent 3be6ababd8
commit b8d1550207
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
on NT by calling unlink_nt. Check for directory here.
* syscalls.cc (try_to_bin): Fix buggy debug_printf statement.
(unlink_nt): Make non-static. Don't use delete-on-close semantics on
directoires. Explain why.
directories. Explain why.
2007-01-24 Corinna Vinschen <corinna@vinschen.de>