core: fix comment

This commit is contained in:
Yu Watanabe 2022-05-16 05:18:30 +09:00
parent ac3eda3489
commit 08a7e5459f

View file

@ -4849,7 +4849,7 @@ int config_parse_load_credential(
}
if (isempty(p)) {
/* If only one field field is specified take it as shortcut for inheriting a credential named
/* If only one field is specified take it as shortcut for inheriting a credential named
* the same way from our parent */
q = strdup(k);
if (!q)