aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-19 18:34:21 +0000
committerJunio C Hamano <gitster@pobox.com>2024-09-19 13:45:59 -0700
commit26eab80642812a5ad956c77df8dbaf702ee4bac6 (patch)
treea4ee57f71895367093fef824830c88ea704360a7
parentGit 2.46 (diff)
downloadgit-26eab80642812a5ad956c77df8dbaf702ee4bac6.tar.gz
git-26eab80642812a5ad956c77df8dbaf702ee4bac6.zip
config.mak.dev: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--config.mak.dev2
1 files changed, 1 insertions, 1 deletions
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.