Skip to content

Commit

Permalink
Correct typos in core/src/main/scala/chisel3/Num.scala (chipsalliance…
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Jun 25, 2021
1 parent f8053db commit 71fff07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/scala/chisel3/Num.scala
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ trait Num[T <: Data] {
/** Minimum operator
*
* @param that a hardware $coll
* @return a $numType with a value equal to the mimimum value of this $coll and `that`
* @return a $numType with a value equal to the minimum value of this $coll and `that`
* $maxWidth
* @group Arithmetic
*/
Expand All @@ -169,7 +169,7 @@ trait Num[T <: Data] {
/** Maximum operator
*
* @param that a $numType
* @return a $numType with a value equal to the mimimum value of this $coll and `that`
* @return a $numType with a value equal to the minimum value of this $coll and `that`
* $maxWidth
* @group Arithmetic
*/
Expand Down Expand Up @@ -304,4 +304,4 @@ trait NumObject {
throw new ChiselException(s"Error converting BigDecimal $value to BigInt, binary point must be known, not $x")
}
}
}
}

0 comments on commit 71fff07

Please sign in to comment.