From 87f9377b327ad6b12e9f1bde5669ebd6e1deef3e Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 12 Aug 2012 22:07:10 +1000 Subject: Fix documentation typo Signed-off-by: Allan McRae --- lib/libalpm/trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/trans.c') diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index 08f70dd7..0ba24ff7 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -163,7 +163,7 @@ int SYMEXPORT alpm_trans_commit(alpm_handle_t *handle, alpm_list_t **data) if(trans->add == NULL) { if(_alpm_remove_packages(handle, 1) == -1) { - /* pm_errno is set by _alpm_remove_commit() */ + /* pm_errno is set by _alpm_remove_packages() */ return -1; } } else { -- cgit v1.2.3-24-g4f1b