aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-16 12:42:35 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-16 12:42:35 -0800
commite3958ae933a5f689e526624d103ab08a4dd59e8f (patch)
treeb94bbcde12ccbe4c9d601c228f6fdf1bf18a8b51 /include
parentc22da7f3a89353ee2b68b6ae1b46af430ba9a691 (diff)
Fix typo in comment
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index e99f04d..60015ca 100644
--- 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);