Fix documentation typo

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2012-08-12 22:07:10 +10:00 committed by Dan McGee
parent e32d129967
commit 87f9377b32

View file

@ -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 {