diff options
Diffstat (limited to 'src/udevd.c')
-rw-r--r-- | src/udevd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udevd.c b/src/udevd.c index 77a1e7909d..170221790a 100644 --- a/src/udevd.c +++ b/src/udevd.c @@ -230,7 +230,7 @@ static void worker_new(struct event *event) sigset_t mask; int rc = EXIT_SUCCESS; - /* move initial device from queue */ + /* take initial device from queue */ dev = event->dev; event->dev = NULL; |