From 6639fb770958025578f61130f0051d8f9e5a711b Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 16 May 2018 10:11:57 +0200 Subject: doc: tweak the comment for gpiod_version_string() Make it clear that this function returns the API version as we now have separate API and ABI versions. Signed-off-by: Bartosz Golaszewski --- include/gpiod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/gpiod.h b/include/gpiod.h index 983cb66..5ae45aa 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -1308,7 +1308,7 @@ gpiod_line_iter_next(struct gpiod_line_iter *iter) GPIOD_API; */ /** - * @brief Get the version of the library as a human-readable string. + * @brief Get the API version of the library as a human-readable string. * @return Human-readable string containing the library version. */ const char *gpiod_version_string(void) GPIOD_API; -- cgit v1.2.3