aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <pokorny_jan@seznam.cz>2011-04-13 01:59:46 -0700
committerChristopher Li <sparse@chrisli.org>2011-04-13 01:59:46 -0700
commit0c7d6bffbccead5fdf0897d575b12e389496c9d7 (patch)
tree2379731cd9a3cdd0df0964710d0be7f73d0d9be0
parentb21baf0cce7b2a6c949577952dd159f1c9357d6b (diff)
downloadsparse-0c7d6bffbccead5fdf0897d575b12e389496c9d7.tar.gz
flow.c: make comment for `dominates' reflect code
Signed-off-by: Jan Pokorny <pokorny_jan@seznam.cz> Signed-off-by: Christopher Li <sparse@chrisli.org>
-rw-r--r--flow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flow.c b/flow.c
index 5bd9a1d8..7db9548f 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.
*/