diff options
Diffstat (limited to 'src')
-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 |