From: "Jan Pokorný" <pokorny_jan@seznam.cz>
To: sparse@chrisli.org
Cc: linux-sparse@vger.kernel.org
Subject: [PATCH] flow.c: make comment for `dominates' reflect code
Date: Fri, 08 Apr 2011 00:42:47 +0200 [thread overview]
Message-ID: <4D9E3DE7.3080003@seznam.cz> (raw)
Signed-off-by: Jan Pokorny <pokorny_jan@seznam.cz>
---
flow.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/flow.c b/flow.c
index 5bd9a1d..7db9548 100644
--- a/flow.c
+++ b/flow.c
@@ -284,8 +284,8 @@ static inline int same_memop(struct instruction *a, struct instruction *b)
}
/*
- * Return 1 if "one" dominates the access to 'pseudo'
- * in insn.
+ * Return 1 if "dom" dominates the access to "pseudo"
+ * in "insn".
*
* Return 0 if it doesn't, and -1 if you don't know.
*/
--
1.7.1
next reply other threads:[~2011-04-07 22:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-07 22:42 Jan Pokorný [this message]
2011-04-13 9:05 ` [PATCH] flow.c: make comment for `dominates' reflect code 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=4D9E3DE7.3080003@seznam.cz \
--to=pokorny_jan@seznam.cz \
--cc=linux-sparse@vger.kernel.org \
--cc=sparse@chrisli.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).