From 575aa9b0fb9b658cc8878c54f987ecca5ee3b5fe Mon Sep 17 00:00:00 2001 From: Cary R Date: Fri, 24 Nov 2017 12:37:43 -0800 Subject: [PATCH] Fix spelling in always_comb --- elaborate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elaborate.cc b/elaborate.cc index 15f3d9602c..85a2ceb4c4 100644 --- a/elaborate.cc +++ b/elaborate.cc @@ -4208,7 +4208,7 @@ NetProc* PEventStatement::elaborate_st(Design*des, NetScope*scope, if (synthesis || search_funcs_) { rem_out = true; } - // If this is an always_comp/latch then we need an implicit T0 + // If this is an always_comb/latch then we need an implicit T0 // trigger of the event expression. if (search_funcs_) wa->set_t0_trigger(); NexusSet*nset = enet->nex_input(rem_out, search_funcs_);