diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-03-29 14:47:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 19:47:13 +0100 |
commit | 0f8cb2888311868be83c208fef26d2139af41712 (patch) | |
tree | 9327f7ae13fc2c6907e8eb21051e94bf0ebeab21 /example/poll.c | |
parent | ed9be128370c93b93895bb1bb61cc1e606277613 (diff) | |
download | libfuse-0f8cb2888311868be83c208fef26d2139af41712.tar.gz |
Fix typos and configure spellcheck for PRs
Diffstat (limited to 'example/poll.c')
-rw-r--r-- | example/poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/poll.c b/example/poll.c index e231b96..f9430a9 100644 --- a/example/poll.c +++ b/example/poll.c @@ -44,7 +44,7 @@ static unsigned fsel_open_mask; static const char fsel_hex_map[] = "0123456789ABCDEF"; static struct fuse *fsel_fuse; /* needed for poll notification */ -#define FSEL_CNT_MAX 10 /* each file can store upto 10 chars */ +#define FSEL_CNT_MAX 10 /* each file can store up to 10 chars */ #define FSEL_FILES 16 static pthread_mutex_t fsel_mutex; /* protects notify_mask and cnt array */ |