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>
maint
Andrew Kreimer 2024-09-19 18:34:21 +00:00 committed by Junio C Hamano
parent 39bf06adf9
commit 26eab80642
1 changed files with 1 additions and 1 deletions

View 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.