repo: fix an incorrect comment

This commit is contained in:
Cosimo Cecchi 2015-07-27 17:15:21 -07:00 committed by Colin Walters
parent b7063ed1ae
commit 939a7aebfb
1 changed files with 1 additions and 1 deletions

View File

@ -1272,7 +1272,7 @@ ostree_repo_transaction_set_refspec (OstreeRepo *self,
* be deleted. * be deleted.
* *
* The change will not be written out immediately, but when the transaction * The change will not be written out immediately, but when the transaction
* is completed with ostree_repo_complete_transaction(). If the transaction * is completed with ostree_repo_commit_transaction(). If the transaction
* is instead aborted with ostree_repo_abort_transaction(), no changes will * is instead aborted with ostree_repo_abort_transaction(), no changes will
* be made to the repository. * be made to the repository.
*/ */