Fix problems found by codespell

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2020-09-11 10:29:03 -04:00
parent 0097950819
commit cb6b7d55bc
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
4 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ Specifies the dynamic UID/GID mapping used by fuse-overlayfs when
reading/writing files to the system.
The fuse-overlayfs dynamic mapping is an alternative and cheaper way
to chown'ing the files on the host to accomodate the user namespace
to chown'ing the files on the host to accommodate the user namespace
settings.
It is useful to share the same storage among different user namespaces

View File

@ -136,7 +136,7 @@ struct data_source
bool (*must_be_remapped)(struct ovl_layer *l);
};
/* passtrough to the file system. */
/* passthrough to the file system. */
extern struct data_source direct_access_ds;
# ifndef HAVE_STATX

View File

@ -646,7 +646,7 @@ hash_initialize (size_t candidate, const Hash_tuning *tuning,
}
/* Make all buckets empty, placing any chained entries on the free list.
Apply the user-specified function data_freer (if any) to the datas of any
Apply the user-specified function data_freer (if any) to the data of any
affected entries. */
void

2
main.c
View File

@ -219,7 +219,7 @@ typedef unsigned char uuid_t[16];
/* The type returned by overlay exportfs ops when encoding an ovl_fh handle */
#define OVL_FILEID 0xfb
/* On-disk and in-memeory format for redirect by file handle */
/* On-disk and in-memory format for redirect by file handle */
struct ovl_fh
{
u8 version; /* 0 */