aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
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