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:
9ca35f4
)
Fixes typo in fuse.h (#844)
author
Nikola Petrov
<73067824+Petrov22Nikola@users.noreply.github.com>
Mon, 9 Oct 2023 20:14:39 +0000
(16:14 -0400)
committer
GitHub
<noreply@github.com>
Mon, 9 Oct 2023 20:14:39 +0000
(21:14 +0100)
include/fuse.h
patch
|
blob
|
history
diff --git
a/include/fuse.h
b/include/fuse.h
index 0d8e79585fbbf0543800a83bf326c0be8b2cd8e4..f0c6f1028bcc1bb25ded6db2e6aefe8defea7a84 100644
(file)
--- a/
include/fuse.h
+++ b/
include/fuse.h
@@
-454,7
+454,7
@@
struct fuse_operations {
* If this request is answered with an error code of ENOSYS
* and FUSE_CAP_NO_OPEN_SUPPORT is set in
* `fuse_conn_info.capable`, this is treated as success and
- * future calls to open will also succeed without being sen
d
+ * future calls to open will also succeed without being sen
t
* to the filesystem process.
*
*/