diff options
Diffstat (limited to 'include/libmtd.h')
-rw-r--r-- | include/libmtd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libmtd.h b/include/libmtd.h index f9f3164..db85fb4 100644 --- a/include/libmtd.h +++ b/include/libmtd.h @@ -120,8 +120,7 @@ int mtd_dev_present(libmtd_t desc, int mtd_num); * @info: the MTD device information is returned here * * This function fills the passed @info object with general MTD information and - * returns %0 in case of success and %-1 in case of failure. If MTD subsystem is - * not present in the system, errno is set to @ENODEV. + * returns %0 in case of success and %-1 in case of failure. */ int mtd_get_info(libmtd_t desc, struct mtd_info *info); |