summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-device.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-08-15 23:38:09 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-08-15 23:38:09 +0200
commit5eec7de6ad91bcfbb2c8dabaf592d0f5151730a7 (patch)
tree6d32ffb6ae28f8e12d73dec66fae83a632b733cd /src/libudev/libudev-device.c
parent998b087f70505decbfe55afd27fc4ade3d60ce52 (diff)
typo fixes in man and comments
Diffstat (limited to 'src/libudev/libudev-device.c')
-rw-r--r--src/libudev/libudev-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c
index eb43668c56..a644904757 100644
--- a/src/libudev/libudev-device.c
+++ b/src/libudev/libudev-device.c
@@ -42,7 +42,7 @@
*
* Representation of kernel sys devices. Devices are uniquely identified
* by their syspath, every device has exactly one path in the kernel sys
- * filesystem. Devices usually belong to a kernel subsystem, and and have
+ * filesystem. Devices usually belong to a kernel subsystem, and have
* a unique name inside that subsystem.
*/