Fix typo in fuse_lowlevel.h (#593)

This commit is contained in:
Tobias Nießen 2021-03-30 14:37:30 +02:00 committed by GitHub
parent da474fe7d7
commit f4eaff6af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1253,7 +1253,7 @@ struct fuse_lowlevel_ops {
* Possible requests:
* all except forget
*
* Whereever possible, error codes should be chosen from the list of
* Wherever possible, error codes should be chosen from the list of
* documented error conditions in the corresponding system calls
* manpage.
*