From ac158ec2f6cef89cd564c87cee6ee27a13c20a87 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Sep 2013 11:31:56 +0200 Subject: [PATCH] lib/transaction_sortdeps.c: fix a comment. --- lib/transaction_sortdeps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transaction_sortdeps.c b/lib/transaction_sortdeps.c index a35f0b05..d04b87db 100644 --- a/lib/transaction_sortdeps.c +++ b/lib/transaction_sortdeps.c @@ -184,7 +184,7 @@ again: /* * Package dependency is installed, just add to * the list but just mark it as "installed", to avoid - * calling xbps_check_is_installed_pkg_by_name(), + * calling xbps_pkg_is_installed(), * which is expensive. */ xbps_dbg_printf_append(xhp, "installed.\n");