]> git.ipfire.org Git - thirdparty/git.git/commitdiff
trace2.h: fix trivial comment typo
authorElijah Newren <newren@gmail.com>
Sun, 19 Sep 2021 01:48:54 +0000 (01:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 18:25:01 +0000 (11:25 -0700)
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trace2.h

index ede18c2e06373f30679a6c0ecf77b794225edbc5..49c96ec26b10e9fd5e0b388cbbf0b951a5041dea 100644 (file)
--- a/trace2.h
+++ b/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".
  *
  * 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,
                            const char *label, const struct repository *repo, ...);