From 5f8ec8b6459d5116e13a832ee3bad8a2fd0eb5ae Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 26 Jun 2021 01:33:37 +0800 Subject: Correct a typo in src/main/scala/firrtl/WIR.scala (#2283) --- src/main/scala/firrtl/WIR.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/firrtl/WIR.scala b/src/main/scala/firrtl/WIR.scala index e9dd95bc..6198c29d 100644 --- a/src/main/scala/firrtl/WIR.scala +++ b/src/main/scala/firrtl/WIR.scala @@ -271,7 +271,7 @@ object WrappedType { case (_: IntervalType, _: IntervalType) => true // Analog totally skips out of the Firrtl type system. // The only way Analog can play with another Analog component is through Attach. - // Ohterwise, we'd need to special case it during ExpandWhens, Lowering, + // Otherwise, we'd need to special case it during ExpandWhens, Lowering, // ExpandConnects, etc. case (_: AnalogType, _: AnalogType) => false case (sink: VectorType, source: VectorType) => -- cgit v1.2.3