diff options
author | Harald Hoyer <harald@redhat.com> | 2014-11-06 15:33:48 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-11-07 08:31:51 -0500 |
commit | ea4a086b3942858c2fa655e6aea602004437f6e8 (patch) | |
tree | 7b41dc6ab1656cee2efe0df5cf278465a62963ff | |
parent | 0f89a3c56311da315e1575eff3eef6efe6eb2039 (diff) |
s/commandline/command line/g
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | src/collect/collect.c | 2 | ||||
-rw-r--r-- | src/udev/udevd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/collect/collect.c b/src/collect/collect.c index 323d56a82d..7bc6571146 100644 --- a/src/collect/collect.c +++ b/src/collect/collect.c @@ -258,7 +258,7 @@ static void reject(char *us) * kickout * * Remove all IDs in the internal list which are not part - * of the list passed via the commandline. + * of the list passed via the command line. */ static void kickout(void) { diff --git a/src/udev/udevd.c b/src/udev/udevd.c index 2b70165d70..a1ecf6512e 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -976,7 +976,7 @@ static void static_dev_create_from_modules(struct udev *udev) { } /* - * read the kernel commandline, in case we need to get into debug mode + * read the kernel command line, in case we need to get into debug mode * udev.log-priority=<level> syslog priority * udev.children-max=<number of workers> events are fully serialized if set to 1 * udev.exec-delay=<number of seconds> delay execution of every executed program |