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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 0c4c1d4..db17fa6 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -278,7 +278,7 @@ enum fuse_buf_flags {
*
* If this flag is set then retry operation on file descriptor
* until .size bytes have been copied or an error or EOF is
- * detetected.
+ * detected.
*/
FUSE_BUF_FD_RETRY = (1 << 3),
};