diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-08-15 23:38:09 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-09-10 05:52:29 -0400 |
commit | 25ed53eb940a4cdd1ad9760cf04480fe9b9f67e9 (patch) | |
tree | a7128de975ff802c9c77bf24d5d9895e5f2748df /src/libudev/libudev-device.c | |
parent | 5f55cd9d5739c10785490536ae662f96e4dcefc7 (diff) |
typo fixes in man and comments
Diffstat (limited to 'src/libudev/libudev-device.c')
-rw-r--r-- | src/libudev/libudev-device.c | 2 |
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. */ |