fix a comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1869 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-10-12 15:06:31 +00:00
parent e17e25b11e
commit eb62fa4f77
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public interface ISupergraph<T,P> extends NumberedGraph<T> {
/**
* @return the unique entry node e_main for the main procedure
* @return the unique exit node e_main for the main procedure
*/
T getMainExit();