Skip to content

Commit a12796d

Browse files
committed
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.
1 parent caf7a7a commit a12796d

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)