From: Nikolaus Rath Date: Wed, 16 Nov 2016 20:42:35 +0000 (-0800) Subject: Fix typo in comment X-Git-Tag: fuse-3.0.0rc3~21 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3958ae933a5f689e526624d103ab08a4dd59e8f;p=qemu-gpiodev%2Flibfuse.git Fix typo in comment --- 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);