Skip to content

Commit dbacbf7

Browse files
authored
Merge pull request libgit2#4188 from rcjsuen/patch-1
Correct non-existent file references in `odb.h`
2 parents caf7a7a + a12796d commit dbacbf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/git2/odb.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ GIT_EXTERN(git_otype) git_odb_object_type(git_odb_object *object);
488488
* The backends are checked in relative ordering, based on the
489489
* value of the `priority` parameter.
490490
*
491-
* Read <odb_backends.h> for more information.
491+
* Read <sys/odb_backend.h> for more information.
492492
*
493493
* @param odb database to add the backend to
494494
* @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
509509
*
510510
* Writing is disabled on alternate backends.
511511
*
512-
* Read <odb_backends.h> for more information.
512+
* Read <sys/odb_backend.h> for more information.
513513
*
514514
* @param odb database to add the backend to
515515
* @param backend pointer to a git_odb_backend instance

0 commit comments

Comments
 (0)