diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-04-02 23:29:52 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-04-02 23:29:52 +0200 |
commit | dad33d55f8e540f656e4b27e7c7ad386a7193850 (patch) | |
tree | 0f4f92b9f13203e1655ea77b1f76e7a33c0ed5f3 | |
parent | 4600e52e831d05e31fc54e666ff729bcab054017 (diff) | |
parent | 0972e8b78e9eca54a997bb58e08c9270e15df1a9 (diff) | |
download | libfuse-dad33d55f8e540f656e4b27e7c7ad386a7193850.tar.gz |
Merge pull request #35 from 1ace/master
Fix spelling mistake in comment
-rw-r--r-- | include/fuse.h | 2 |
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 |