summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-05-09 14:36:19 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-05-09 14:36:19 +0900
commit19cc6d5e54161e5af93b2bd8ba6a990168537bb5 (patch)
treeaf3b93eb9d05e346cf6be9da051c052396339e90 /src/shared
parent6ac6549251885a9b413676b116a696a2599b410c (diff)
downloadsystemd-19cc6d5e54161e5af93b2bd8ba6a990168537bb5.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/dissect-image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/dissect-image.h b/src/shared/dissect-image.h
index c961ee3e71..1ce14e915e 100644
--- a/src/shared/dissect-image.h
+++ b/src/shared/dissect-image.h
@@ -112,7 +112,7 @@ typedef enum DissectImageFlags {
DISSECT_IMAGE_READ_ONLY = DISSECT_IMAGE_DEVICE_READ_ONLY |
DISSECT_IMAGE_MOUNT_READ_ONLY,
DISSECT_IMAGE_GROWFS = 1 << 18, /* Grow file systems in partitions marked for that to the size of the partitions after mount */
- DISSECT_IMAGE_MOUNT_IDMAPPED = 1 << 19, /* Mount mounts with kernel 5.12-style userns ID mapping, if file sytem type doesn't support uid=/gid= */
+ DISSECT_IMAGE_MOUNT_IDMAPPED = 1 << 19, /* Mount mounts with kernel 5.12-style userns ID mapping, if file system type doesn't support uid=/gid= */
} DissectImageFlags;
struct DissectedImage {