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 --- include/fuse_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse_common.h') diff --git a/include/fuse_common.h b/include/fuse_common.h index 0c4c1d4..db17fa6 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -278,7 +278,7 @@ enum fuse_buf_flags { * * If this flag is set then retry operation on file descriptor * until .size bytes have been copied or an error or EOF is - * detetected. + * detected. */ FUSE_BUF_FD_RETRY = (1 << 3), }; -- cgit v1.2.3