From: Elijah Newren Date: Sun, 19 Sep 2021 01:48:54 +0000 (+0000) Subject: trace2.h: fix trivial comment typo X-Git-Tag: v2.33.1~39^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b031f47802b60114d294c2075f8607ce30f50920;p=thirdparty%2Fgit.git trace2.h: fix trivial comment typo Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- 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, ...);