diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-08-15 23:38:09 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-08-15 23:38:09 +0200 |
commit | 5eec7de6ad91bcfbb2c8dabaf592d0f5151730a7 (patch) | |
tree | 6d32ffb6ae28f8e12d73dec66fae83a632b733cd /src | |
parent | 998b087f70505decbfe55afd27fc4ade3d60ce52 (diff) |
typo fixes in man and comments
Diffstat (limited to 'src')
-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. */ |