From 939a7aebfb08124201cd793fdd0fd5ef33ad5c96 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 27 Jul 2015 17:15:21 -0700 Subject: [PATCH] repo: fix an incorrect comment --- src/libostree/ostree-repo-commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */