summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Suen <remy.suen@gmail.com>2017-04-02 23:05:48 +0900
committerRemy Suen <remy.suen@gmail.com>2017-04-03 21:25:53 +0900
commita12796dd72b975bef324bea02b0848bed703ed3d (patch)
tree6443838cda25ff502752c84f9b172376ab690074
parentcaf7a7a6b14b3b2f200f88f2f8d7a18ca10fd3ac (diff)
downloadlibgit2-a12796dd72b975bef324bea02b0848bed703ed3d.tar.gz
Correct typos that reference a non-existing file
There are references to odb_backends.h when the file is actually named odb_backend.h and in the sys folder.
-rw-r--r--include/git2/odb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/odb.h b/include/git2/odb.h
index b3ed2706c..b7dc0c5f3 100644
--- a/include/git2/odb.h
+++ b/include/git2/odb.h
@@ -488,7 +488,7 @@ GIT_EXTERN(git_otype) git_odb_object_type(git_odb_object *object);
* The backends are checked in relative ordering, based on the
* value of the `priority` parameter.
*
- * Read <odb_backends.h> for more information.
+ * Read <sys/odb_backend.h> for more information.
*
* @param odb database to add the backend to
* @param backend pointer to a git_odb_backend instance
@@ -509,7 +509,7 @@ GIT_EXTERN(int) git_odb_add_backend(git_odb *odb, git_odb_backend *backend, int
*
* Writing is disabled on alternate backends.
*
- * Read <odb_backends.h> for more information.
+ * Read <sys/odb_backend.h> for more information.
*
* @param odb database to add the backend to
* @param backend pointer to a git_odb_backend instance