diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2013-07-17 15:58:53 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2013-07-17 15:58:53 +0200 |
commit | 7dfb43254cc64044e75a5da4bbf02a86d110aee3 (patch) | |
tree | ffbca3caeae8b421efbdd27dcd01fa573ff381ed /example/null.c | |
parent | 95e71dd19ebf1ddf7e5285d21ba9001d44e30f7a (diff) | |
download | libfuse-7dfb43254cc64044e75a5da4bbf02a86d110aee3.tar.gz |
Documentation fixes
Diffstat (limited to 'example/null.c')
-rwxr-xr-x | example/null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/null.c b/example/null.c index 6952333..3e57dbe 100755 --- a/example/null.c +++ b/example/null.c @@ -8,7 +8,7 @@ /** @file * - * null.c - FUSE: Filesystem in Userspace + * null.c - FUSE: Filesystem in Userspace * * \section section_compile compiling this example * |