]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/namespace: unapplicable -> inapplicable
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 21 May 2025 16:20:43 +0000 (01:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 21 May 2025 16:21:09 +0000 (01:21 +0900)
Follow-up for dfdeb0b1cbb05a213f0965eedfe0e7ef06cd39d3.

src/core/namespace.c

index 8aae6901a76498213b90dd46cb155ef06984f49d..b21a8d25e1303131102d323b0732fa5cc46f264d 100644 (file)
@@ -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;