From 8157b4d9b9f13449f4750f1ef40f9f20a2242eec Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 27 Nov 2017 05:23:20 -0500 Subject: Spelling (#223) Fix spelling errors --- include/fuse_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/fuse_common.h') 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 -- cgit v1.2.3