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 /src/udev | |
parent | 0f89a3c56311da315e1575eff3eef6efe6eb2039 (diff) |
s/commandline/command line/g
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/udevd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |