summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2010-08-02 06:40:04 +0200
committerAllan McRae <allan@archlinux.org>2010-10-13 15:53:18 +0200
commitc56b576f6fef464f82f425219ef386fe8b742899 (patch)
tree89e32abf2a7f017012c6b7c1bae59548378c512e /lib/libalpm/db.c
parentefbae3cfcbd8e401084cb26853bbe46120daea4d (diff)
downloadpacman-c56b576f6fef464f82f425219ef386fe8b742899.tar.gz
pacman-c56b576f6fef464f82f425219ef386fe8b742899.tar.xz
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.c2
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