Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2021-09-19 04:48:54 +0300
committerJunio C Hamano <gitster@pobox.com>2021-09-20 21:25:01 +0300
commitb031f47802b60114d294c2075f8607ce30f50920 (patch)
treed02a53fa7a0edc371aec684417e3c3e8a3454efb /trace2.h
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf (diff)
trace2.h: fix trivial comment typo
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'trace2.h')
-rw-r--r--trace2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace2.h b/trace2.h
index ede18c2e06..49c96ec26b 100644
--- 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, ...);