fuse: config description improvement
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 16 Oct 2008 14:08:57 +0000 (16:08 +0200)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 16 Oct 2008 14:08:57 +0000 (16:08 +0200)
Make the short description of the FUSE_FS config option clearer.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/Kconfig

index 9e9d70c..9c43045 100644 (file)
@@ -665,7 +665,7 @@ config AUTOFS4_FS
          N here.
 
 config FUSE_FS
-       tristate "Filesystem in Userspace support"
+       tristate "FUSE (Filesystem in Userspace) support"
        help
          With FUSE it is possible to implement a fully functional filesystem
          in a userspace program.