* [[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
* Re: [[PATCH]] Fix a typo - "typdef" is neither C nor plain English
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
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Li @ 2010-08-20 19:09 UTC (permalink / raw)
To: Bernd Petrovitsch; +Cc: linux-sparse
On Fri, Aug 20, 2010 at 3:36 AM, Bernd Petrovitsch <bernd@sysprog.at> wrote:
> - "[typdef]", "[structof]", "[unionof]", "[enum]",
> + "[typedef]", "[structof]", "[unionof]", "[enum]",
Good catch. I will apply it.
Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [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).