|
From: Dirk M. <mu...@kd...> - 2004-01-02 22:47:10
|
CVS commit by mueller:
fix comment
M +1 -1 mc_translate.c 1.32
--- valgrind/memcheck/mc_translate.c #1.31:1.32
@@ -1492,5 +1492,5 @@ static void vg_propagate_definedness ( U
sz = 1; goto do_ImproveAND;
do_ImproveAND:
- /* Implements Q = T OR Q. So if Q is entirely defined,
+ /* Implements Q = T AND Q. So if Q is entirely defined,
ie all 0s, we get MOV T, Q. */
if (def[u->val2] <= 4) {
|