From 7ddd409b90126c85156bac5a1b71429a582bc740 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 21 Feb 2011 13:42:36 +0100 Subject: [PATCH] xbps_api.h: fix a comment. --- include/xbps_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbps_api.h b/include/xbps_api.h index 29398ecb..f6466ac5 100644 --- a/include/xbps_api.h +++ b/include/xbps_api.h @@ -130,7 +130,7 @@ void xbps_warn_printf(const char *, ...); /** * @struct xbps_handle xbps_api.h "xbps_api.h" - * @brief Structure to be passed to xbps_init() and xbps_end() functions. + * @brief Generic XBPS structure handler for initialization. * * This structure sets some global properties for libxbps, to set some * function callbacks and data to the fetch and unpack functions.