Skip to content

Commit 26eab80

Browse files
algonellgitster
authored andcommitted
config.mak.dev: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 39bf06a commit 26eab80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ DEVELOPER_CFLAGS += -Wno-missing-braces
7070
endif
7171
endif
7272

73-
# Old versions of clang complain about initializaing a
73+
# Old versions of clang complain about initializing a
7474
# struct-within-a-struct using just "{0}" rather than "{{0}}". This
7575
# error is considered a false-positive and not worth fixing, because
7676
# new clang versions do not, so just disable it.

0 commit comments

Comments
 (0)