xbps_api.h: fix a comment.

This commit is contained in:
Juan RP 2011-02-21 13:42:36 +01:00
parent 22ae7aa2e8
commit 7ddd409b90

View File

@ -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.