Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2021-01-08 20:51:51 +1000
committerAllan McRae <allan@archlinux.org>2021-01-09 00:14:58 +1000
commitf8614d8c5be0f58db8e14092a387ff6ffbf209d7 (patch)
tree2913f92c4ba8e443edfffb95d984cd86cff9fd77
parent027d76b9f504c61878f0e78bf04847e60f90013c (diff)
get_file_pkg_ops: update comment
-rw-r--r--lib/libalpm/be_package.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libalpm/be_package.c b/lib/libalpm/be_package.c
index 4dde7167..5b2e5274 100644
--- a/lib/libalpm/be_package.c
+++ b/lib/libalpm/be_package.c
@@ -134,9 +134,8 @@ static int _package_changelog_close(const alpm_pkg_t UNUSED *pkg, void *fp)
}
/** Package file operations struct accessor. We implement this as a method
- * rather than a static struct as in be_files because we want to reuse the
- * majority of the default_pkg_ops struct and add only a few operations of
- * our own on top.
+ * because we want to reuse the majority of the default_pkg_ops struct and
+ * add only a few operations of our own on top.
*/
static struct pkg_operations *get_file_pkg_ops(void)
{