[pacman-dev] [PATCH 3/7] fix alpm_validation_t comment

Andrew Gregory andrew.gregory.8 at gmail.com
Wed Feb 13 18:54:29 EST 2013


Signed-off-by: Andrew Gregory <andrew.gregory.8 at gmail.com>
---
 lib/libalpm/alpm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 14443bb..5037859 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),
-- 
1.8.1.3



More information about the pacman-dev mailing list