aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorGravatar Josh Soref <jsoref@users.noreply.github.com>2017-11-27 05:23:20 -0500
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-11-27 10:23:20 +0000
commit8157b4d9b9f13449f4750f1ef40f9f20a2242eec (patch)
treeecd2f2994be8ca002f6815f617e1ac221a7f8d78 /include/fuse_common.h
parentae2cb7bd98f2f63b1b86320d7b8f0622d9a971d9 (diff)
Spelling (#223)
Fix spelling errors
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r--include/fuse_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index ff78cc9..29ad339 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -212,7 +212,7 @@ struct fuse_loop_config {
*
* This flag should always be set when available. If all file changes
* go through the kernel, *attr_timeout* should be set to a very large
- * number to avoid unneccessary getattr() calls.
+ * number to avoid unnecessary getattr() calls.
*
* This feature is enabled by default when supported by the kernel.
*/
@@ -384,7 +384,7 @@ struct fuse_conn_info {
* 4.8, only two types of requests fall into this category:
*
* 1. Read-ahead requests
- * 2. Asychronous direct I/O requests
+ * 2. Asynchronous direct I/O requests
*
* Read-ahead requests are generated (if max_readahead is
* non-zero) by the kernel to preemptively fill its caches