summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo@endlessm.com>2015-07-27 17:15:21 -0700
committerColin Walters <walters@verbum.org>2015-07-28 11:35:33 -0400
commit939a7aebfb08124201cd793fdd0fd5ef33ad5c96 (patch)
tree327088a22aaa3e88bb9bcc8610fa4a8b03d9541f /src
parentb7063ed1ae11be90824d1af4934204cf09f0f53a (diff)
downloadostree-939a7aebfb08124201cd793fdd0fd5ef33ad5c96.tar.gz
repo: fix an incorrect comment
Diffstat (limited to 'src')
-rw-r--r--src/libostree/ostree-repo-commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-repo-commit.c b/src/libostree/ostree-repo-commit.c
index 71d3716f..68008c55 100644
--- a/src/libostree/ostree-repo-commit.c
+++ b/src/libostree/ostree-repo-commit.c
@@ -1272,7 +1272,7 @@ ostree_repo_transaction_set_refspec (OstreeRepo *self,
* be deleted.
*
* 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
* be made to the repository.
*/