]> mj.ucw.cz Git - libucw.git/commitdiff
Fixed a comment.
authorMartin Mares <mj@ucw.cz>
Sun, 24 Aug 2008 18:31:59 +0000 (20:31 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 24 Aug 2008 18:31:59 +0000 (20:31 +0200)
ucw/mainloop.h

index 0c5e90fbdd96d2b6aa9fe8ab8c4544ddb30141c9..9d668859f15645fbebec93147cf62d13e4c528b9 100644 (file)
@@ -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 */