fix typo in comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1492 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-07-16 20:48:21 +00:00
parent 1ea1885612
commit 8a9429e86b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class ThinSlicer {
private final Map<Statement, Set<PointerKey>> ref;
/**
* What statmements write each pointer key?
* What statements write each pointer key?
*/
final Map<PointerKey, Set<Statement>> invMod;