Skip to content

Commit 4177bfa

Browse files
authored
fix typo in SourceInfoTransform.scala (#4594)
1 parent 69463d8 commit 4177bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/src/main/scala/chisel3/internal/sourceinfo/SourceInfoTransform.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import scala.reflect.macros.blackbox.Context
1010
import scala.reflect.macros.whitebox
1111

1212
/** Transforms a function call so that it can both provide implicit-style source information and
13-
* have a chained apply call. Without macros, only one is possible, since having a implicit
13+
* have a chained apply call. Without macros, only one is possible, since having an implicit
1414
* argument in the definition will cause the compiler to interpret a chained apply as an
1515
* explicit implicit argument and give type errors.
1616
*

0 commit comments

Comments
 (0)