summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/chisel3/Num.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/main/scala/chisel3/Num.scala b/core/src/main/scala/chisel3/Num.scala
index 70f2fbf0..6dd299f4 100644
--- a/core/src/main/scala/chisel3/Num.scala
+++ b/core/src/main/scala/chisel3/Num.scala
@@ -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
*/
@@ -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
*/
@@ -304,4 +304,4 @@ trait NumObject {
throw new ChiselException(s"Error converting BigDecimal $value to BigInt, binary point must be known, not $x")
}
}
-} \ No newline at end of file
+}