From 23ad0c554648ddfa2693b985e70d8cec901c55e3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 24 Aug 2008 20:31:59 +0200 Subject: [PATCH] Fixed a comment. --- ucw/mainloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5