summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFelix Yan2021-06-25 23:22:34 +0800
committerGitHub2021-06-25 15:22:34 +0000
commit71fff0795a07cb6b136d202a3b75adfee42be6fe (patch)
treeab9899d263a36f62dd8f0665bbc9e9526183d647 /core
parentf8053db3d20b733e0119b77595f0cdfcdab71057 (diff)
Correct typos in core/src/main/scala/chisel3/Num.scala (#1976)
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
+}