From: Eric Engestrom Date: Sat, 2 Apr 2016 16:38:47 +0000 (+0100) Subject: Fix spelling mistake X-Git-Tag: fuse-3.0.0pre0~47^2~1^2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0972e8b78e9eca54a997bb58e08c9270e15df1a9;p=qemu-gpiodev%2Flibfuse.git Fix spelling mistake --- diff --git a/include/fuse.h b/include/fuse.h index 05dd240..70f2f81 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -705,7 +705,7 @@ void fuse_exit(struct fuse *f); * If you are using multiple threads, you can enjoy all the parallel execution * and interactive response benefits of threads, and you get to enjoy all the * benefits of race conditions and locking bugs, too. Ensure that any code used - * in the callback funtion of fuse_operations is also thread-safe. + * in the callback function of fuse_operations is also thread-safe. * * @param f the FUSE handle * @return 0 if no error occurred, -1 otherwise