linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bernd Petrovitsch <bernd@sysprog.at>
To: linux-sparse@vger.kernel.org
Subject: [[PATCH]] Fix a typo - "typdef" is neither C nor plain English
Date: Fri, 20 Aug 2010 12:36:38 +0200	[thread overview]
Message-ID: <1282304949.10440.234.camel@thorin> (raw)

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


             reply	other threads:[~2010-08-20 11:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-20 10:36 Bernd Petrovitsch [this message]
2010-08-20 19:09 ` [[PATCH]] Fix a typo - "typdef" is neither C nor plain English Christopher Li

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1282304949.10440.234.camel@thorin \
    --to=bernd@sysprog.at \
    --cc=linux-sparse@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).