Skip to content

Commit a9954f6

Browse files
committed
Merge branch 'as/typofix-in-env-h-header' into next
Typofix. * as/typofix-in-env-h-header: environment: fix typo: 'setup_git_directory_gently'
2 parents 1f30a19 + ff4a749 commit a9954f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ int auto_comment_line_char;
106106
/* Parallel index stat data preload? */
107107
int core_preload_index = 1;
108108

109-
/* This is set by setup_git_dir_gently() and/or git_default_config() */
109+
/* This is set by setup_git_directory_gently() and/or git_default_config() */
110110
char *git_work_tree_cfg;
111111

112112
/*

0 commit comments

Comments
 (0)