You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by en...@apache.org on 2003/08/20 13:44:14 UTC

cvs commit: jakarta-bcel/src/java/org/apache/bcel/verifier/structurals ControlFlowGraph.java

enver       2003/08/20 04:44:14

  Modified:    src/java/org/apache/bcel/verifier/structurals
                        ControlFlowGraph.java
  Log:
  Typo
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-bcel/src/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java
  
  Index: ControlFlowGraph.java
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ControlFlowGraph.java	23 May 2003 07:55:34 -0000	1.2
  +++ ControlFlowGraph.java	20 Aug 2003 11:44:13 -0000	1.3
  @@ -470,7 +470,7 @@
   
   	/**
   	 * Returns true, if and only if the said instruction is not reachable; that means,
  -	 * if it not part of this ControlFlowGraph.
  +	 * if it is not part of this ControlFlowGraph.
   	 */
   	public boolean isDead(InstructionHandle i){
   		return instructionContexts.containsKey(i);