]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 26 Nov 2020 08:54:39 +0000 (17:54 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 27 Nov 2020 05:35:20 +0000 (14:35 +0900)
src/core/unit-printf.c

index 0c1e20d9ce5cda87eef1d970c07c6d5ade2d5144..8e50a81b975f3e0b0820e0691ac351707dc6cdcd 100644 (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[] = {