aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-10-11 10:12:08 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-10-11 10:12:08 +0000
commitb75d4b9bc09ff071b2dfcdf632a7382733e7fa8b (patch)
tree9db2134cbeec178da7684fe67136d06992798e0f /include/fuse_lowlevel.h
parent7f54fb491cd1250fdb0f9c7d1acb2a1408c2030c (diff)
downloadandroid_external_fuse-b75d4b9bc09ff071b2dfcdf632a7382733e7fa8b.tar.gz
android_external_fuse-b75d4b9bc09ff071b2dfcdf632a7382733e7fa8b.tar.bz2
android_external_fuse-b75d4b9bc09ff071b2dfcdf632a7382733e7fa8b.zip
spelling fix
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 93712f5..dee4325 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -412,7 +412,7 @@ struct fuse_lowlevel_ops {
* Since file descriptors can be duplicated (dup, dup2, fork), for
* one open call there may be many flush calls.
*
- * Filesystems shouldn't assume that flush will allways be called
+ * Filesystems shouldn't assume that flush will always be called
* after some writes, or that if will be called at all.
*
* fi->fh will contain the value set by the open method, or will
@@ -613,7 +613,7 @@ struct fuse_lowlevel_ops {
* If size is zero, the total size of the attribute list should be
* sent with fuse_reply_xattr.
*
- * If the size is non-zero, and the null charater separated
+ * If the size is non-zero, and the null character separated
* attribute list fits in the buffer, the list should be sent with
* fuse_reply_buf.
*
@@ -991,7 +991,7 @@ int fuse_session_exited(struct fuse_session *se);
int fuse_session_loop(struct fuse_session *se);
/**
- * Enter a muli-threaded event loop
+ * Enter a multi-threaded event loop
*
* @param se the session
* @return 0 on success, -1 on error