[libgit2-glib] annotated-commit: fix comment



commit 6b9f578333e1838da084a85113f0d21ac3ad2f09
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Aug 26 08:47:01 2015 +0200

    annotated-commit: fix comment

 libgit2-glib/ggit-annotated-commit.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgit2-glib/ggit-annotated-commit.c b/libgit2-glib/ggit-annotated-commit.c
index e7d702c..499b742 100644
--- a/libgit2-glib/ggit-annotated-commit.c
+++ b/libgit2-glib/ggit-annotated-commit.c
@@ -74,8 +74,8 @@ ggit_annotated_commit_ref (GgitAnnotatedCommit *annotated_commit)
  * ggit_annotated_commit_unref:
  * @annotated_commit: a #GgitAnnotatedCommit.
  *
- * Atomically decrements the reference count of @entry by one.
- * If the reference count drops to 0, @entry is freed.
+ * Atomically decrements the reference count of @annotated_commit by one.
+ * If the reference count drops to 0, @annotated_commit is freed.
  */
 void
 ggit_annotated_commit_unref (GgitAnnotatedCommit *annotated_commit)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]