diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-31 11:18:52 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-31 11:18:52 +0200 |
commit | a7d29d15095a7977c02fa3a6bb1efe627dcdd2f4 (patch) | |
tree | feab534a6a23724547ae95e9c47faf1f417b63da /libudev | |
parent | 7d2b68b7345deb10e4a002b8327dae8ae943c1a6 (diff) |
libudev: doc - fix typo
Diffstat (limited to 'libudev')
-rw-r--r-- | libudev/libudev-queue.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libudev/libudev-queue.c b/libudev/libudev-queue.c index be8804bdd0..163e6229fe 100644 --- a/libudev/libudev-queue.c +++ b/libudev/libudev-queue.c @@ -28,9 +28,9 @@ * SECTION:libudev-queue * @short_description: access to currently active events * - * The udev daemon processes event asynchronously. All events which do not have - * interdependencies are run in parallel. This exports the current state of the - * event processing queue, and the currently event sequence numbers from the kernel + * The udev daemon processes events asynchronously. All events which do not have + * interdependencies run in parallel. This exports the current state of the + * event processing queue, and the current event sequence numbers from the kernel * and the udev daemon. */ |