aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorGravatar Reuben Hawkins <reubenhwk@gmail.com>2011-05-23 07:10:35 -0700
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2011-05-25 11:30:43 +0200
commit54f93a7a1dbae4d2c3dceec47b9be1c8c059e16b (patch)
tree6704eb75521af501a59e321c963f6dfb38629de7 /util
parent1193a39c0869a3608f22472735bcffdcccb6b2a5 (diff)
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
Diffstat (limited to 'util')
-rw-r--r--util/fusermount.c2
1 files changed, 1 insertions, 1 deletions
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. */