Skip to content

Commit b031f47

Browse files
newrengitster
authored andcommitted
trace2.h: fix trivial comment typo
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 225bc32 commit b031f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trace2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ void trace2_def_repo_fl(const char *file, int line, struct repository *repo);
340340
* being started, such as "read_recursive" or "do_read_index".
341341
*
342342
* The `repo` field, if set, will be used to get the "repo-id", so that
343-
* recursive oerations can be attributed to the correct repository.
343+
* recursive operations can be attributed to the correct repository.
344344
*/
345345
void trace2_region_enter_fl(const char *file, int line, const char *category,
346346
const char *label, const struct repository *repo, ...);

0 commit comments

Comments
 (0)