summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.c
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-21 03:27:35 +0200
committerAaron Griffin <aaron@archlinux.org>2006-10-21 03:27:35 +0200
commit1568fd98d882add6c91255b331592691f399bd3f (patch)
tree0af5de033e21567b68e2935ae58108cb096086e0 /lib/libalpm/alpm.c
parentca2544dbc2a88501a5f1a4d94c81e5fc1da716d1 (diff)
downloadpacman-1568fd98d882add6c91255b331592691f399bd3f.tar.gz
pacman-1568fd98d882add6c91255b331592691f399bd3f.tar.xz
Minor changes:
* Moved the pmhandle_t extern decl around * Fixed a doxygen complaint
Diffstat (limited to 'lib/libalpm/alpm.c')
-rw-r--r--lib/libalpm/alpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c
index 9702ad95..5868ddfe 100644
--- a/lib/libalpm/alpm.c
+++ b/lib/libalpm/alpm.c
@@ -302,7 +302,7 @@ int alpm_db_setserver(pmdb_t *db, char *url)
}
/** Update a package database
- * @param level if true, then forces the update, otherwise update only in case
+ * @param force if true, then forces the update, otherwise update only in case
* @param db pointer to the package database to update
* @return 0 on success, > 0 on error (pm_errno is set accordingly), < 0 if up
* to date