trace2.h: fix trivial comment typo
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
225bc32a98
commit
b031f47802
2
trace2.h
2
trace2.h
@ -340,7 +340,7 @@ void trace2_def_repo_fl(const char *file, int line, struct repository *repo);
|
|||||||
* being started, such as "read_recursive" or "do_read_index".
|
* being started, such as "read_recursive" or "do_read_index".
|
||||||
*
|
*
|
||||||
* The `repo` field, if set, will be used to get the "repo-id", so that
|
* The `repo` field, if set, will be used to get the "repo-id", so that
|
||||||
* recursive oerations can be attributed to the correct repository.
|
* recursive operations can be attributed to the correct repository.
|
||||||
*/
|
*/
|
||||||
void trace2_region_enter_fl(const char *file, int line, const char *category,
|
void trace2_region_enter_fl(const char *file, int line, const char *category,
|
||||||
const char *label, const struct repository *repo, ...);
|
const char *label, const struct repository *repo, ...);
|
||||||
|
Reference in New Issue
Block a user