chiark / gitweb /
add $name substitution
[elogind.git] / udevd.c
diff --git a/udevd.c b/udevd.c
index 3c46617e4701a952a73ca53e6e881b4b6a6d3960..5ff5d3f66faab2f5876946c99c00b2f6131e5b35 100644 (file)
--- a/udevd.c
+++ b/udevd.c
@@ -508,7 +508,7 @@ static int devpath_busy(struct udevd_uevent_msg *msg, int limit)
                        }
        }
 
-       /* check runing-queue for still running events */
+       /* check run queue for still running events */
        list_for_each_entry(loop_msg, &running_list, node) {
                if (limit && childs_count++ > limit) {
                        dbg("%llu, maximum number (%i) of childs reached", msg->seqnum, childs_count);