Jeff King <peff@xxxxxxxx> writes: > If you get a chance before merging, can you please squash in this > typo-fix? Ah, sure. Sorry, I did see that "oops" message but didn't react to it. Now it's done. Thanks. > diff --git a/config.mak.dev b/config.mak.dev > index b9878a4994..4fa19d361b 100644 > --- a/config.mak.dev > +++ b/config.mak.dev > @@ -60,7 +60,7 @@ endif > # uninitialized warnings on gcc 4.9.2 in xdiff/xdiffi.c and config.c > # not worth fixing since newer compilers correctly stop complaining > # > -# Likwise, gcc older than 4.9 complains about initializing a > +# Likewise, gcc older than 4.9 complains about initializing a > # struct-within-a-struct using just "{ 0 }" > ifneq ($(filter gcc4,$(COMPILER_FEATURES)),) > ifeq ($(filter gcc5,$(COMPILER_FEATURES)),) > > Thanks. > > -Peff