Commit 4cd6ed7566b9a1537b667f67b4c1491e3ed70a33

Carlos Martín Nieto 2011-03-28T15:05:02

Fix documentation copy error Signed-off-by: Carlos Martín Nieto <cmn@elego.de>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/git2/refs.h b/include/git2/refs.h
index 9ecf772..328a9f1 100644
--- a/include/git2/refs.h
+++ b/include/git2/refs.h
@@ -110,8 +110,8 @@ GIT_EXTERN(int) git_reference_create_oid(git_reference **ref_out, git_repository
  * Create a new object id reference, overwriting an existing one with
  * the same name, if it exists.
  *
- * If the new reference isn't a symbolic one, any pointers to the old
- * reference become invalid.
+ * If the new reference isn't an object id one, any pointers to the
+ * old reference become invalid.
  *
  * The reference will be created in the repository and written
  * to the disk.