aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/scala/firrtl/WIR.scala2
1 files changed, 1 insertions, 1 deletions
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) =>