fix a typo in a comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2509 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-01-30 21:53:00 +00:00
parent daa945ef24
commit 40ef82c2d1
1 changed files with 1 additions and 1 deletions

View File

@ -1553,7 +1553,7 @@ public abstract class SSAPropagationCallGraphBuilder extends PropagationCallGrap
PointerKey ret = getPointerKeyForReturnValue(target);
system.newConstraint(result, assignOperator, ret);
}
// generate contraints from exception return value.
// generate constraints from exception return value.
PointerKey e = getPointerKeyForLocal(caller, instruction.getException());
PointerKey er = getPointerKeyForExceptionalReturnValue(target);
if (SHORT_CIRCUIT_SINGLE_USES && uniqueCatchKey != null) {