aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorReuben Hawkins <reubenhwk@gmail.com>2011-05-23 07:10:35 -0700
committerMiklos Szeredi <mszeredi@suse.cz>2011-05-25 11:30:43 +0200
commit54f93a7a1dbae4d2c3dceec47b9be1c8c059e16b (patch)
tree6704eb75521af501a59e321c963f6dfb38629de7 /lib
parent1193a39c0869a3608f22472735bcffdcccb6b2a5 (diff)
downloadandroid_external_fuse-54f93a7a1dbae4d2c3dceec47b9be1c8c059e16b.tar.gz
android_external_fuse-54f93a7a1dbae4d2c3dceec47b9be1c8c059e16b.tar.bz2
android_external_fuse-54f93a7a1dbae4d2c3dceec47b9be1c8c059e16b.zip
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 'lib')
-rw-r--r--lib/fuse_kern_chan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fuse_kern_chan.c b/lib/fuse_kern_chan.c
index 03291c3..5f77bbf 100644
--- a/lib/fuse_kern_chan.c
+++ b/lib/fuse_kern_chan.c
@@ -40,7 +40,7 @@ restart:
fuse_session_exit(se);
return 0;
}
- /* Errors occuring during normal operation: EINTR (read
+ /* Errors occurring during normal operation: EINTR (read
interrupted), EAGAIN (nonblocking I/O), ENODEV (filesystem
umounted) */
if (err != EINTR && err != EAGAIN)