]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/mount: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 9 Oct 2024 20:29:05 +0000 (05:29 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 9 Oct 2024 20:29:08 +0000 (05:29 +0900)
Follow-up for 00ad3f02275b507a753495ace5e5f84cb38b604d.

src/core/mount.c

index 5261b80957071bb1cd96919dca93de054d6a7bc0..0a403b6759222723d78117a757f0c67b61e133a5 100644 (file)
@@ -1884,7 +1884,7 @@ static int mount_load_proc_self_mountinfo(Manager *m, bool set_flags) {
                 if (!device || !path)
                         continue;
 
-                /* Just to achieve device name uniqueness. Note that the suppresion of the duplicate
+                /* Just to achieve device name uniqueness. Note that the suppression of the duplicate
                  * processing is merely an optimization, hence in case of OOM (unlikely) we'll just process
                  * it twice. */
                 if (set_put_strdup_full(&devices, &path_hash_ops_free, device) != 0)