summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/urpm.pm b/urpm.pm
index 3f98696e..f212c809 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -2315,11 +2315,11 @@ sub get_packages_list {
$val;
}
-#- select source for package selected.
-#- according to keys given in the packages hash.
-#- return a list of list containing the source description for each rpm,
-#- match exactly the number of medium registered, ignored medium always
-#- have a null list.
+#- select sources for selected packages,
+#- according to keys of the packages hash.
+#- returns a list of lists containing the source description for each rpm,
+#- matching the exact number of registered media; ignored media being
+#- associated to a null list.
sub get_source_packages {
my ($urpm, $packages, %options) = @_;
my ($id, $error, @list_error, %protected_files, %local_sources, @list, %fullname2id, %file2fullnames, %examined);