From 8d9e00ea55727c4ec9b44c206e13352389f12082 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 22 May 2025 01:20:43 +0900 Subject: [PATCH] core/namespace: unapplicable -> inapplicable Follow-up for dfdeb0b1cbb05a213f0965eedfe0e7ef06cd39d3. --- src/core/namespace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/namespace.c b/src/core/namespace.c index 8aae6901a76..b21a8d25e13 100644 --- a/src/core/namespace.c +++ b/src/core/namespace.c @@ -114,7 +114,7 @@ typedef struct MountEntry { LIST_HEAD(MountOptions, image_options_const); char **overlay_layers; VeritySettings verity; - ImageClass filter_class; /* Used for live updates to skip unapplicable images */ + ImageClass filter_class; /* Used for live updates to skip inapplicable images */ bool idmapped; uid_t idmap_uid; gid_t idmap_gid; -- 2.47.3