core: fix typo

This commit is contained in:
Yu Watanabe 2020-11-26 17:54:39 +09:00
parent 1c1729c9be
commit 751b440063
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ int unit_name_printf(const Unit *u, const char* format, char **ret) {
* %N: the id of the unit without the suffix (foo-aaa@bar)
* %p: the prefix (foo-aaa)
* %i: the instance (bar)
* %j: the last componet of the prefix (aaa)
* %j: the last component of the prefix (aaa)
*/
const Specifier table[] = {