projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c22da7f
)
Fix typo in comment
author
Nikolaus Rath
<Nikolaus@rath.org>
Wed, 16 Nov 2016 20:42:35 +0000
(12:42 -0800)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Wed, 16 Nov 2016 20:42:35 +0000
(12:42 -0800)
include/fuse.h
patch
|
blob
|
history
diff --git
a/include/fuse.h
b/include/fuse.h
index e99f04d3ba96d29272c98f7ac77e4ad427803bb7..60015cae5b972eb3f96ec0ec8a92e263d4d947ca 100644
(file)
--- a/
include/fuse.h
+++ b/
include/fuse.h
@@
-830,7
+830,7
@@
void fuse_destroy(struct fuse *f);
* @param f the FUSE handle
* @return 0 if no error occurred, -errno otherwise
*
- * See also: fuse_loop()
+ * See also: fuse_loop
_mt
()
*/
int fuse_loop(struct fuse *f);