diff mbox series

[01/20] config.mak.dev: fix a typo

Message ID 588327a291d95a0bae01b41316f271d98809db24.1726770880.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit 26eab80642812a5ad956c77df8dbaf702ee4bac6
Headers show
Series Fix typos | expand

Commit Message

Andrew Kreimer Sept. 19, 2024, 6:34 p.m. UTC
From: Andrew Kreimer <algonell@gmail.com>

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 config.mak.dev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.mak.dev b/config.mak.dev
index 50026d1e0e8..8eca7fa2282 100644
--- a/config.mak.dev
+++ b/config.mak.dev
@@ -69,7 +69,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.