Просмотр исходного кода

libdpkg: Update reference to struct pkginfo arch member in comment

Guillem Jover лет назад: 14
Родитель
Сommit
6b9bd9395a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/dpkg/pkg-db.c

+ 1 - 1
lib/dpkg/pkg-db.c

@@ -69,7 +69,7 @@ static unsigned int hash(const char *name) {
  *
  * A package set (struct pkgset) can be composed of multiple package instances
  * (struct pkginfo) where each instance is distinguished by its architecture
- * (as recorded in pkg.installed.architecture and pkg.available.architecture).
+ * (as recorded in pkg.installed.arch and pkg.available.arch).
  *
  * @param inname Name of the package set.
  *