summaryrefslogtreecommitdiffstats
path: root/fuse/fuse_kern_chan.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuse/fuse_kern_chan.c')
-rw-r--r--fuse/fuse_kern_chan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/fuse_kern_chan.c b/fuse/fuse_kern_chan.c
index 03291c361..5f77bbf56 100644
--- a/fuse/fuse_kern_chan.c
+++ b/fuse/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)