summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-07-03 05:42:30 +0200
committerDan McGee <dan@archlinux.org>2012-07-10 15:37:59 +0200
commite0daaea38cf7b06bdf9534d793f7fb64cc59cbf6 (patch)
treedce47ed5ef06dc4a0afe6e39d8c8fbcfd5a4d12e /lib/libalpm/db.c
parentea3439f928a72bd942a810651565cb01e99b5293 (diff)
downloadpacman-e0daaea38cf7b06bdf9534d793f7fb64cc59cbf6.tar.gz
pacman-e0daaea38cf7b06bdf9534d793f7fb64cc59cbf6.tar.xz
update comments referring to alpm_option_get_syncdbs
This function was renamed alpm_get_syncdbs as part of b488f229d. Signed-off-by: Dave Reisner <dreisner@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 8bbdc903..bf9c3f0a 100644
--- a/lib/libalpm/db.c
+++ b/lib/libalpm/db.c
@@ -107,7 +107,7 @@ int SYMEXPORT alpm_db_unregister(alpm_db_t *db)
} else {
/* Warning : this function shouldn't be used to unregister all sync
* databases by walking through the list returned by
- * alpm_option_get_syncdbs, because the db is removed from that list here.
+ * alpm_get_syncdbs, because the db is removed from that list here.
*/
void *data;
handle->dbs_sync = alpm_list_remove(handle->dbs_sync,