diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sysfs.c b/lib/sysfs.c index 9c66a611a..cc290faac 100644 --- a/lib/sysfs.c +++ b/lib/sysfs.c @@ -623,7 +623,7 @@ static char *get_subsystem(char *chain, char *buf, size_t bufsz) } /* - * Returns complete path to the device, the patch contains all all subsystems + * Returns complete path to the device, the patch contains all subsystems * used for the device. */ char *sysfs_get_devchain(struct sysfs_cxt *cxt, char *buf, size_t bufsz) |