diff options
-rw-r--r-- | pkgtools/pkg_install/files/lib/conflicts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/conflicts.c b/pkgtools/pkg_install/files/lib/conflicts.c index bffa448c8bf..35dd204ccf7 100644 --- a/pkgtools/pkg_install/files/lib/conflicts.c +++ b/pkgtools/pkg_install/files/lib/conflicts.c @@ -1,9 +1,9 @@ /* - * XXX: Reading the +REQUIRED_BY files of all installed packages is + * XXX: Reading the +CONTENTS files of all installed packages is * rather slow. Since this check is necessary to avoid conflicting * packages, it should not be removed. * - * TODO: Put all the information that is currently in the +REQUIRED_BY + * TODO: Put all the information that is currently in the +CONTENTS * files into one large file or another database. */ |