summaryrefslogtreecommitdiffstats
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-08 10:34:52 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-08 10:34:52 +0100
commit87ac8d998f357b3f7d91af049ef335757f5ada15 (patch)
tree296df646b5c1ae9ece187c41afa00d4d476697da /src/udev/udevd.c
parentnetworkd: vxlan require Remote= to be a non multicast address (#8117) (diff)
downloadsystemd-87ac8d998f357b3f7d91af049ef335757f5ada15.tar.xz
systemd-87ac8d998f357b3f7d91af049ef335757f5ada15.zip
tree-wide: use "cannot" instead of "can not"
This is the usual spelling, and a bit shorter.
Diffstat (limited to '')
-rw-r--r--src/udev/udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index 5c757d513f..615c4ed3e2 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -648,7 +648,7 @@ static bool is_devpath_busy(Manager *manager, struct event *event) {
/* check if queue contains events we depend on */
LIST_FOREACH(event, loop_event, manager->events) {
- /* we already found a later event, earlier can not block us, no need to check again */
+ /* we already found a later event, earlier cannot block us, no need to check again */
if (loop_event->seqnum < event->delaying_seqnum)
continue;