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 --- lib/fuse_kern_chan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fuse_kern_chan.c') 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) -- cgit v1.2.3