Fix typo in comment
authorNikolaus Rath <Nikolaus@rath.org>
Wed, 16 Nov 2016 20:42:35 +0000 (12:42 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 16 Nov 2016 20:42:35 +0000 (12:42 -0800)
include/fuse.h

index e99f04d3ba96d29272c98f7ac77e4ad427803bb7..60015cae5b972eb3f96ec0ec8a92e263d4d947ca 100644 (file)
@@ -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);