index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2013-02-13 18:54:29 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-02-16 11:06:43 +1000 |
commit | 578dfcd9779e5fdcf5b3a32b97c9b31728cc9c20 (patch) | |
tree | 215b614bdeb878543157c7c1e7e108b8f55d1de8 | |
parent | 158a249a7796c27b9f2dec8dfcba51a1d8488fc2 (diff) |
-rw-r--r-- | lib/libalpm/alpm.h | 2 |
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 14443bb7..50378599 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -68,7 +68,7 @@ typedef enum _alpm_pkgfrom_t { ALPM_PKG_FROM_SYNCDB } alpm_pkgfrom_t; -/** Location a package object was loaded from. */ +/** Method used to validate a package. */ typedef enum _alpm_pkgvalidation_t { ALPM_PKG_VALIDATION_UNKNOWN = 0, ALPM_PKG_VALIDATION_NONE = (1 << 0), |