Skip to content

Commit dd45c2e

Browse files
committed
Merge branch 'as/typofix-in-env-h-header'
Typofix. * as/typofix-in-env-h-header: environment: fix typo: 'setup_git_directory_gently'
2 parents a501213 + ff4a749 commit dd45c2e

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)