aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-01-07 08:51:19 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-01-07 08:51:19 +0000
commit60c69a2191bdb347a379a272b2a878090491ad3a (patch)
tree767dada4cea0e0ccf669d2a6f0fe3824f0231fbd /include
parentea4b961c298d770f0759a405bafb200abcd2967a (diff)
downloadlibfuse-60c69a2191bdb347a379a272b2a878090491ad3a.tar.gz
fix
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h2
-rw-r--r--include/fuse_opt.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse.h b/include/fuse.h
index d49c3e0..a94c61a 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -507,7 +507,7 @@ int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op,
typedef void (*fuse_processor_t)(struct fuse *, struct fuse_cmd *, void *);
/** This is the part of fuse_main() before the event loop */
-struct fuse *fuse_setup(int argc, char *argv[],
+struct fuse *fuse_setup(int argc, char *argv[],
const struct fuse_operations *op, size_t op_size,
char **mountpoint, int *multithreaded, int *fd);
diff --git a/include/fuse_opt.h b/include/fuse_opt.h
index ceec864..2ef5d56 100644
--- a/include/fuse_opt.h
+++ b/include/fuse_opt.h
@@ -164,7 +164,7 @@ typedef int (*fuse_opt_proc_t)(void *data, const char *arg, int key,
* Option parsing function
*
* If 'args' was returned from a previous call to fuse_opt_parse() or
- * it was constructed from
+ * it was constructed from
*
* A NULL 'args' is equivalent to an empty argument vector
*