aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-04-02 17:38:47 +0100
committerEric Engestrom <eric@engestrom.ch>2016-04-02 17:38:47 +0100
commit0972e8b78e9eca54a997bb58e08c9270e15df1a9 (patch)
tree0f4f92b9f13203e1655ea77b1f76e7a33c0ed5f3 /include
parent4600e52e831d05e31fc54e666ff729bcab054017 (diff)
downloadlibfuse-0972e8b78e9eca54a997bb58e08c9270e15df1a9.tar.gz
Fix spelling mistake
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 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