linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [[PATCH]] Fix a typo - "typdef" is neither C nor plain English
@ 2010-08-20 10:36 Bernd Petrovitsch
  2010-08-20 19:09 ` Christopher Li
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Petrovitsch @ 2010-08-20 10:36 UTC (permalink / raw)
  To: linux-sparse

Signed-off-by: Bernd Petrovitsch <bernd@sysprog.at>
---
 show-parse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/show-parse.c b/show-parse.c
index 99795e8..b771018 100644
--- a/show-parse.c
+++ b/show-parse.c
@@ -100,7 +100,7 @@ const char *modifier_string(unsigned long mod)
 		"auto", "register", "static", "extern",
 		"const", "volatile", "[signed]", "[unsigned]",
 		"[char]", "[short]", "[long]", "[long long]",
-		"[typdef]", "[structof]", "[unionof]", "[enum]",
+		"[typedef]", "[structof]", "[unionof]", "[enum]",
 		"[typeof]", "[attribute]", "inline", "[addressable]",
 		"[nocast]", "[noderef]", "[accessed]", "[toplevel]",
 		"[label]", "[assigned]", "[type]", "[safe]",
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-20 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-20 10:36 [[PATCH]] Fix a typo - "typdef" is neither C nor plain English Bernd Petrovitsch
2010-08-20 19:09 ` Christopher Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).