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:
authorJunio C Hamano <gitster@pobox.com>2021-09-28 23:06:53 +0300
committerJunio C Hamano <gitster@pobox.com>2021-09-28 23:06:53 +0300
commit45d141a1ddbc55c220ad4c726c02bbbf7a69247a (patch)
tree3c85529be087e76d526f849ece8d7601fb53075f /trace2.h
parent3d875f96f1974ccd9f5f25eede974b58aeb93b5e (diff)
parent3584cff71c62586c050505b80d7d4c9b1b290101 (diff)
Merge branch 'en/typofixes'
Typofixes. * en/typofixes: merge-ort: fix completely wrong comment trace2.h: fix trivial comment typo
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 9b7286c572..2f450ab5be 100644
--- a/trace2.h
+++ b/trace2.h
@@ -350,7 +350,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, ...);