From: Yu Watanabe Date: Wed, 9 Oct 2024 20:29:05 +0000 (+0900) Subject: core/mount: fix typo X-Git-Tag: v257-rc1~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d866b0135f6d27e62d9c7e93052c1cccfba92827;p=thirdparty%2Fsystemd.git core/mount: fix typo Follow-up for 00ad3f02275b507a753495ace5e5f84cb38b604d. --- diff --git a/src/core/mount.c b/src/core/mount.c index 5261b809570..0a403b67592 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -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)