projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c205bc9
)
Fix typo in comment
author
Nikolaus Rath
<Nikolaus@rath.org>
Wed, 16 Nov 2016 20:22:54 +0000
(12:22 -0800)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Wed, 16 Nov 2016 20:22:54 +0000
(12:22 -0800)
include/fuse_lowlevel.h
patch
|
blob
|
history
diff --git
a/include/fuse_lowlevel.h
b/include/fuse_lowlevel.h
index 9108a6dc1b5acc4fea30958d973adb1659e6258f..8617f0ec4b86759593d19b550097ace96a2f2e5b 100644
(file)
--- 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_low
e
level_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.