index.h: Fix minor typo

This commit is contained in:
Jakob Pfender 2011-03-24 18:28:04 +01:00 committed by Vicent Marti
parent 12f6d8e145
commit 051d6915d7

View File

@ -132,7 +132,7 @@ GIT_EXTERN(int) git_index_read(git_index *index);
GIT_EXTERN(int) git_index_write(git_index *index); GIT_EXTERN(int) git_index_write(git_index *index);
/** /**
* Find the first index of any entires which point to given * Find the first index of any entries which point to given
* path in the Git index. * path in the Git index.
* *
* @param index an existing index object * @param index an existing index object