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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index ff8c253..4736bbb 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -412,7 +412,7 @@ struct fuse_operations { * information without calling this method. This ensures, that * for local locks the l_pid field is correctly filled in. The * results may not be accurate in case of race conditions and in - * the presence of hard links, but it's unlikly that an + * the presence of hard links, but it's unlikely that an * application would rely on accurate GETLK results in these * cases. If a conflicting lock is not found, this method will be * called, and the filesystem may fill out l_pid by a meaningful -- cgit v1.2.3