1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

core/mount: fix typo

Follow-up for 00ad3f0227.
This commit is contained in:
Yu Watanabe 2024-10-10 05:29:05 +09:00
parent a029550507
commit d866b0135f

View 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)