From e3958ae933a5f689e526624d103ab08a4dd59e8f Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 16 Nov 2016 12:42:35 -0800 Subject: Fix typo in comment --- include/fuse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3