summaryrefslogtreecommitdiffstats
path: root/urpm/orphans.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-10-15 16:23:15 +0000
committerThierry Vignaud <tv@mageia.org>2012-10-15 16:23:15 +0000
commit0733113c22660dc051c369d755a7e248520fdd9a (patch)
treef202a06b318216b459570b4626ec5334c331f085 /urpm/orphans.pm
parent37d061942ae755faa4824740d384bbb35d43f044 (diff)
downloadurpmi-0733113c22660dc051c369d755a7e248520fdd9a.tar
urpmi-0733113c22660dc051c369d755a7e248520fdd9a.tar.gz
urpmi-0733113c22660dc051c369d755a7e248520fdd9a.tar.bz2
urpmi-0733113c22660dc051c369d755a7e248520fdd9a.tar.xz
urpmi-0733113c22660dc051c369d755a7e248520fdd9a.zip
(_kernel_callback) fix comment
Diffstat (limited to 'urpm/orphans.pm')
-rw-r--r--urpm/orphans.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm
index 256470c3..70850883 100644
--- a/urpm/orphans.pm
+++ b/urpm/orphans.pm
@@ -384,7 +384,7 @@ sub _kernel_callback {
# ignore requested kernels (aka that are not in /var/lib/rpm/installed-through-deps.list)
return if !$unreq_list->{$shortname} && $shortname !~ /latest/;
- # keep track of latest kernels in order not to try removing requested kernels:
+ # keep track of packages required by latest kernels in order not to try removing requested kernels:
if ($n =~ /latest/) {
push @latest_kernels, $pkg->requires;
} else {