aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-16 12:22:54 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-16 12:22:54 -0800
commit2e6cd2d4255e2948cecb54d72d21b018752e92cc (patch)
tree02ea023bd1cb35e9e4354d51feddbb0876208f28 /include
parentc205bc91ca1e2dbdffc17ffd746da76a892fda93 (diff)
Fix typo in comment
Diffstat (limited to 'include')
-rw-r--r--include/fuse_lowlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 9108a6d..8617f0e 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -972,7 +972,7 @@ struct fuse_lowlevel_ops {
*
* Note: If ph is non-NULL, the client should notify
* when IO readiness events occur by calling
- * fuse_lowelevel_notify_poll() with the specified ph.
+ * fuse_lowlevel_notify_poll() with the specified ph.
*
* Regardless of the number of times poll with a non-NULL ph
* is received, single notification is enough to clear all.