From 54f93a7a1dbae4d2c3dceec47b9be1c8c059e16b Mon Sep 17 00:00:00 2001 From: Reuben Hawkins Date: Mon, 23 May 2011 07:10:35 -0700 Subject: Spell checking comments, etc... ...with the help of vim :set spell modified: FAQ modified: include/fuse.h modified: include/fuse_common.h modified: include/fuse_opt.h modified: lib/fuse_kern_chan.c modified: util/fusermount.c --- util/fusermount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/fusermount.c b/util/fusermount.c index 691e4fb..b90c520 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -1290,7 +1290,7 @@ int main(int argc, char *argv[]) if (!auto_unmount) return 0; - /* Decome a daemon and wait for the parent to exit or die. + /* Become a daemon and wait for the parent to exit or die. ie For the control socket to get closed. btw We don't want to use daemon() function here because it forks and messes with the file descriptors. */ -- cgit v1.2.3