Ondřej Bílka wrote:
quoted hunk ↗ jump to hunk
diff --git a/builtin/log.c b/builtin/log.c
index 2625f98..01b49b3 100644
--- a/builtin/log.c
+++ b/builtin/log.c
@@ -304,7 +304,7 @@ static void setup_early_output(struct rev_info *rev)
* tenth of a second, don't even bother doing the
* early-output thing..
*
- * This is a one-time-only trigger.
+ * This is an one-time-only trigger.
I didn't look through your patch in detail, but this one caught my
eye: it's incorrect.