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:
cece247
)
fuse.h: fix typo (currenlty -> currently)
author
William Woodruff
<william@yossarian.net>
Mon, 2 Jul 2018 02:11:58 +0000
(22:11 -0400)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Mon, 2 Jul 2018 16:18:58 +0000
(17:18 +0100)
include/fuse.h
patch
|
blob
|
history
diff --git
a/include/fuse.h
b/include/fuse.h
index 40d5aeabad60438724cdf9f7874dd0bd68662c4a..740119d150d8ce14a1748ee1096e1750f5dfa7ae 100644
(file)
--- a/
include/fuse.h
+++ b/
include/fuse.h
@@
-305,7
+305,7
@@
struct fuse_operations {
* but libfuse and the kernel will still assign a different
* inode for internal use (called the "nodeid").
*
- * `fi` will always be NULL if the file is not curren
lt
y open, but
+ * `fi` will always be NULL if the file is not curren
tl
y open, but
* may also be NULL if the file is open.
*/
int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi);