diff options
Diffstat (limited to 'include/fuse_opt.h')
-rw-r--r-- | include/fuse_opt.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |