From d866b0135f6d27e62d9c7e93052c1cccfba92827 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 10 Oct 2024 05:29:05 +0900 Subject: [PATCH] core/mount: fix typo Follow-up for 00ad3f02275b507a753495ace5e5f84cb38b604d. --- src/core/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3