From: Yu Watanabe Date: Wed, 21 May 2025 16:20:43 +0000 (+0900) Subject: core/namespace: unapplicable -> inapplicable X-Git-Tag: v258-rc1~541 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d9e00ea55727c4ec9b44c206e13352389f12082;p=thirdparty%2Fsystemd.git core/namespace: unapplicable -> inapplicable Follow-up for dfdeb0b1cbb05a213f0965eedfe0e7ef06cd39d3. --- 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;