Fix typos

This commit is contained in:
أحمد المحمودي (Ahmed El-Mahmoudy) 2023-05-17 07:08:00 +02:00
parent deeac2edfe
commit 08aee81924
3 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ compiler will not include it in an implicit event_expression list it
calculates for that statement or any enclosing statement. This allows
the same control variable to be used in multiple processes without risk
of entering an infinite loop caused by each process triggering all other
processes that use the same varaible. For strict compliance with the
processes that use the same variable. For strict compliance with the
standards, this behaviour should be disabled.
.TP 8
.B -I\fIincludedir\fP

View File

@ -438,7 +438,7 @@ ivl_type_t typedef_t::elaborate_type(Design *des, NetScope *scope)
scope = scope->find_typedef_scope(des, this);
if (!scope) {
cerr << get_fileline() << ": sorry: "
<< "Can not find the scope type defintion `" << name << "`."
<< "Can not find the scope type definition `" << name << "`."
<< endl;
des->errors++;

View File

@ -369,7 +369,7 @@ void NetScope::replace_parameter(Design *des, perm_string key, PExpr*val,
if (!ref.overridable) {
cerr << val->get_fileline() << ": error: "
<< "Cannot override parameter `" << key << "` in `"
<< scope_path(this) << "`. Parameter cannot be overriden "
<< scope_path(this) << "`. Parameter cannot be overridden "
<< "in the scope it has been declared in."
<< endl;
des->errors++;