util-lib: fix comment

As suggested by @ralt.

Fixes: #12896
This commit is contained in:
Lennart Poettering 2019-07-12 08:49:53 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 27dd6e1b12
commit bf21be1050
1 changed files with 2 additions and 3 deletions

View File

@ -1676,9 +1676,8 @@ int cg_path_get_user_unit(const char *path, char **ret) {
if (!t)
return -ENXIO;
/* And from here on it looks pretty much the same as for a
* system unit, hence let's use the same parser from here
* on. */
/* And from here on it looks pretty much the same as for a system unit, hence let's use the same
* parser. */
return cg_path_get_unit(t, ret);
}