From: Martin Mares Date: Sun, 24 Aug 2008 18:31:59 +0000 (+0200) Subject: Fixed a comment. X-Git-Tag: holmes-import~357 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=23ad0c554648ddfa2693b985e70d8cec901c55e3;p=libucw.git Fixed a comment. --- diff --git a/ucw/mainloop.h b/ucw/mainloop.h index 0c5e90fb..9d668859 100644 --- a/ucw/mainloop.h +++ b/ucw/mainloop.h @@ -64,7 +64,7 @@ void file_del(struct main_file *fi); void file_read(struct main_file *fi, void *buf, uns len); void file_write(struct main_file *fi, void *buf, uns len); void file_set_timeout(struct main_file *fi, timestamp_t expires); -void file_close_all(void); /* Close all known main_file's; frequently used before fork() */ +void file_close_all(void); /* Close all known main_file's; frequently used after fork() */ /* Hooks to be called in each iteration of the main loop */