small diff
[IRC.git] / Robust / src / Analysis / SSJava / BuildLattice.java
index 9db197469bc40e6b89f7593d7dd10e11b3b637da..adce54e507835d538961940090168271e27847a0 100644 (file)
@@ -351,7 +351,7 @@ public class BuildLattice {
               + trace);
         }
 
-        // 3) convert the node m into a chain of nodes with the last node in the chain having ms
+        // 3) convert the node m into a chain of nodes with the last node in the chain having m's
         // outgoing edges.
         Set<HNode> outgoingSCNodeSet = scGraph.getOutgoingNodeSet(SCNode);
         System.out.println("   outgoing scnode set from " + SCNode + "=" + outgoingSCNodeSet);