From 57c8baf7d701472837eafd5e40a17fc6bb3bc89c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 20 Dec 2008 04:05:07 +0100 Subject: [PATCH] plist.h: fix some comments. --HG-- extra : convert_revision : 31268f9d3a29b5a0bb55cfa897a7ff4b061a7e6a --- utils/plist.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/plist.h b/utils/plist.h index 310ba829fa7..d43374d734e 100644 --- a/utils/plist.h +++ b/utils/plist.h @@ -23,14 +23,14 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _XBPS_PLIST_UTILS_H_ -#define _XBPS_PLIST_UTILS_H_ +#ifndef _XBPS_PLIST_H_ +#define _XBPS_PLIST_H_ /* * Adds an opaque object with specified key into a dictionary. * * Arguments: - * - prop_dictionary_t: dictionary to store the array. + * - prop_dictionary_t: dictionary to store the object. * - prop_object_t: the object to be stored. * - const char *: the key associated with the object. * @@ -140,4 +140,4 @@ xbps_register_repository(const char *); void xbps_show_pkg_info(prop_dictionary_t); -#endif /* !_XBPS_PLIST_UTILS_H_ */ +#endif /* !_XBPS_PLIST_H_ */