Skip to content

Commit f09c425

Browse files
author
Ian Ganz
committed
comment
1 parent 39b3790 commit f09c425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Support/RTL/RTL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ MapVector<StringRef, StringRef> RTLMatch::getGenericParameterValues() const {
246246
}
247247

248248
LogicalResult RTLMatch::registerParameters(hw::HWModuleExternOp &modOp) {
249-
// Require precomputed serialized parameters attached during lowering as
249+
// Require precomputed serialized parameters attached during lowering since
250250
// the `hw.serialized_parameters` attribute.
251251
if (auto dict =
252252
modOp->getAttrOfType<DictionaryAttr>("hw.serialized_parameters")) {

0 commit comments

Comments
 (0)