Skip to content

Commit 732c0b6

Browse files
committed
s/Init/Index comment tweak for test_repo_init__init_with_initial_commit
1 parent 1d7c15a commit 732c0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/repo/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ void test_repo_init__init_with_initial_commit(void)
755755
/* Initialize the repository */
756756
cl_git_pass(git_repository_init(&_repo, "committed", 0));
757757

758-
/* Init will be automatically created when requested for a new repo */
758+
/* Index will be automatically created when requested for a new repo */
759759
cl_git_pass(git_repository_index(&index, _repo));
760760

761761
/* Create a file so we can commit it

0 commit comments

Comments
 (0)