From bdfa81c29d36034711dd52332c75b4a20d899c75 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 21 Feb 2011 17:57:46 +0100 Subject: [PATCH] package_unpack.c: fix a comment. --- lib/package_unpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/package_unpack.c b/lib/package_unpack.c index 7717e57d..d2865b2d 100644 --- a/lib/package_unpack.c +++ b/lib/package_unpack.c @@ -50,7 +50,7 @@ * - Finally its state is set to XBPS_PKG_STATE_UNPACKED. * * The following image shown below represents a transaction dictionary - * returned by xbps_repository_get_transaction_dict(): + * returned by xbps_transaction_prepare(): * * @image html images/xbps_transaction_dictionary.png *