diff options
author | Allan McRae <allan@archlinux.org> | 2010-08-02 14:40:04 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2010-10-13 23:53:18 +1000 |
commit | c56b576f6fef464f82f425219ef386fe8b742899 (patch) | |
tree | 89e32abf2a7f017012c6b7c1bae59548378c512e /lib/libalpm/db.c | |
parent | efbae3cfcbd8e401084cb26853bbe46120daea4d (diff) |
Fix documentation syntax and typo
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/db.c')
-rw-r--r-- | lib/libalpm/db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/db.c b/lib/libalpm/db.c index 7b54a576..b61631a5 100644 --- a/lib/libalpm/db.c +++ b/lib/libalpm/db.c @@ -330,7 +330,7 @@ alpm_list_t SYMEXPORT *alpm_db_search(pmdb_t *db, const alpm_list_t* needles) return(_alpm_db_search(db, needles)); } -/* Set install reason for a package in db +/** Set install reason for a package in db * @param db pointer to the package database * @param name the name of the package * @param reason the new install reason |