From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:21 +0000 (+0000) Subject: config.mak.dev: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26eab80642812a5ad956c77df8dbaf702ee4bac6;p=thirdparty%2Fgit.git config.mak.dev: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- diff --git a/config.mak.dev b/config.mak.dev index 5229c35484..fe6eb529b1 100644 --- a/config.mak.dev +++ b/config.mak.dev @@ -70,7 +70,7 @@ DEVELOPER_CFLAGS += -Wno-missing-braces endif endif -# Old versions of clang complain about initializaing a +# Old versions of clang complain about initializing a # struct-within-a-struct using just "{0}" rather than "{{0}}". This # error is considered a false-positive and not worth fixing, because # new clang versions do not, so just disable it.