Skip to content

Commit

Permalink
Fix problems found by codespell
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Sep 11, 2020
1 parent 0097950 commit cb6b7d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fuse-overlayfs.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fuse-overlayfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cb6b7d5

Please sign in to comment.