fix typo in comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@945 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-04-12 14:55:25 +00:00
parent f5f26ad8bc
commit fdcdf8c4cf
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import com.ibm.wala.util.graph.traverse.DFS;
/**
*
* An object the computes the dominance frontiers of a graph
* An object that computes the dominance frontiers of a graph
*
* @author Julian Dolby
*/