linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] flow.c: make comment for `dominates' reflect code
@ 2011-04-07 22:42 Jan Pokorný
  2011-04-13  9:05 ` Christopher Li
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Pokorný @ 2011-04-07 22:42 UTC (permalink / raw)
  To: sparse; +Cc: linux-sparse

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

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

end of thread, other threads:[~2011-04-13  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 22:42 [PATCH] flow.c: make comment for `dominates' reflect code Jan Pokorný
2011-04-13  9:05 ` 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).