This commit is contained in:
hneemann 2018-03-27 18:35:44 +02:00
parent c879745680
commit 7d0fb4264f

View File

@ -489,7 +489,7 @@ public class HDLCircuit implements Iterable<HDLNode>, HDLModel.BitProvider, Prin
} }
/** /**
* Applyse the gicen optimization to this circuit * Applies the given optimization to this circuit
* *
* @param optimization the optimization * @param optimization the optimization
* @return this for chained calls * @return this for chained calls
@ -505,7 +505,7 @@ public class HDLCircuit implements Iterable<HDLNode>, HDLModel.BitProvider, Prin
*/ */
public interface NetNaming { public interface NetNaming {
/** /**
* Returns a nem for the given net * Returns a name for the given net
* *
* @param n the net to name * @param n the net to name
* @return the name to use * @return the name to use