From 0aefcf9b484746f3cd8be94c0152266a02d10b21 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Thu, 16 Feb 2012 09:37:51 -0800 Subject: [PATCH] Trivial fixes to grammar, spelling, whitespace --- ivl_target.h | 2 +- vpi/vhdl_table.c | 2 +- vvp/array.cc | 2 +- vvp/vpi_const.cc | 4 ++-- vvp/vvp_net_sig.cc | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ivl_target.h b/ivl_target.h index eda6861f9..32eb0e307 100644 --- a/ivl_target.h +++ b/ivl_target.h @@ -2013,7 +2013,7 @@ extern unsigned ivl_stmt_lineno(ivl_statement_t net); * is the compressed operator used it statements like this: * foo += * The ivl_stmt_opcode() returns null (0) if this is not a compressed - * assignment statment. + * assignment statement. * * - IVL_ST_CASSIGN * This reflects a procedural continuous assignment to an l-value. The diff --git a/vpi/vhdl_table.c b/vpi/vhdl_table.c index e2bb3e8a1..694522119 100644 --- a/vpi/vhdl_table.c +++ b/vpi/vhdl_table.c @@ -104,7 +104,7 @@ static PLI_INT32 ivlh_attribute_event_compiletf(ICARUS_VPI_CONST PLI_BYTE8*name) vpi_register_cb(&cb); vpi_put_userdata(sys, mon); - /* Check that there are no more then one argument. */ + /* Check that there is no more than one argument. */ arg = vpi_scan(argv); if (arg != 0) { vpi_printf("ERROR: %s:%d: ", vpi_get_str(vpiFile, sys), diff --git a/vvp/array.cc b/vvp/array.cc index 463458380..958c83001 100644 --- a/vvp/array.cc +++ b/vvp/array.cc @@ -955,7 +955,7 @@ static void vpi_array_vthr_APV_get_value(vpiHandle ref, p_vpi_value vp) vpip_vec4_get_value(tmp, obj->part_wid, parent->signed_flag, vp); } } - + void array_set_word(vvp_array_t arr, unsigned address, unsigned part_off, diff --git a/vvp/vpi_const.cc b/vvp/vpi_const.cc index f75d540b7..2b95fe644 100644 --- a/vvp/vpi_const.cc +++ b/vvp/vpi_const.cc @@ -660,7 +660,7 @@ struct __vpiRealParam : public __vpiRealConst { int vpi_get(int code); char*vpi_get_str(int code); vpiHandle vpi_handle(int code); - + struct __vpiScope* scope; unsigned file_idx; unsigned lineno; @@ -713,7 +713,7 @@ vpiHandle __vpiRealParam::vpi_handle(int code) return 0; } } - + vpiHandle vpip_make_real_param(char*name, double value, long file_idx, long lineno) diff --git a/vvp/vvp_net_sig.cc b/vvp/vvp_net_sig.cc index f0f7423ff..ce47a0959 100644 --- a/vvp/vvp_net_sig.cc +++ b/vvp/vvp_net_sig.cc @@ -46,7 +46,7 @@ template vvp_net_fil_t::prop_t vvp_net_fil_t::filter_mask_(const T&val if (!test_force_mask_is_zero()) { // Some bits are being forced. Go through the // force_mask_ and force value to see which bits are - // propogated and which are kept from the forced + // propagated and which are kept from the forced // value. Update the filter with the filtered result and // return REPL to indicate that some bits have changed, // or STOP if no bits change.