]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config.mak.dev: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Thu, 19 Sep 2024 18:34:21 +0000 (18:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2024 20:45:59 +0000 (13:45 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.dev

index 5229c3548451b79994fbc8b325bcf10341181e5b..fe6eb529b1502c22ed70ef223b4acc216ba7a6db 100644 (file)
@@ -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.