diff options
author | Alan Somers <asomers@gmail.com> | 2019-03-09 02:50:22 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-03-09 09:50:22 +0000 |
commit | 078c623703123f9c449756c798d55ba859310abc (patch) | |
tree | e93f83b5c6b89929b6dc19d6ec450326c9255f48 /include/fuse_kernel.h | |
parent | 774eb66fc1eb006b601f3890958f02e7b90575ad (diff) | |
download | libfuse-078c623703123f9c449756c798d55ba859310abc.tar.gz |
Fix the changelog entry for protocol version 7.12 (#374)
Commit 24b35c3d97ffdbf0a1f8e8b4e94ed892343603a6 had a simple mistake in
its changelog entry.
Diffstat (limited to 'include/fuse_kernel.h')
-rw-r--r-- | include/fuse_kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_kernel.h b/include/fuse_kernel.h index 6079b7f..5d34e56 100644 --- a/include/fuse_kernel.h +++ b/include/fuse_kernel.h @@ -54,7 +54,7 @@ * - add POLL message and NOTIFY_POLL notification * * 7.12 - * - add umask flag to input argument of open, mknod and mkdir + * - add umask flag to input argument of create, mknod and mkdir * - add notification messages for invalidation of inodes and * directory entries * |