aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index cf990fb..08c6deb 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -337,7 +337,7 @@ struct fuse_conn {
/** Are file locking primitives not implemented by fs? */
unsigned no_lk : 1;
- /** Is access not implemented by fs */
+ /** Is access not implemented by fs? */
unsigned no_access : 1;
#ifdef KERNEL_2_6