diff --git a/ivl_target.h b/ivl_target.h index 50903fffc..09c51a1e5 100644 --- a/ivl_target.h +++ b/ivl_target.h @@ -1081,7 +1081,7 @@ extern unsigned ivl_lpm_lineno(ivl_lpm_t net); * for the signal function return value. The width of this nexus must * exactly match the width of the device from ivl_lpm_width. * - * The ivl_lpm_data function retrives the nexa for all the input + * The ivl_lpm_data function retrieves the nexa for all the input * ports. The ivl_lpm_size function returns the number of inputs for * the device, and the ivl_lpm_data() function index argument selects * the port to retrieve. Each port is sized independently. diff --git a/vpip/vpi_bit.c b/vpip/vpi_bit.c index 3829ad328..a97ac6803 100644 --- a/vpip/vpi_bit.c +++ b/vpip/vpi_bit.c @@ -107,7 +107,7 @@ vpip_bit_t vpip_pair_resolve(vpip_bit_t a, vpip_bit_t b) res = tmp; } - /* Cannonicalize the HiZ value. */ + /* Canonicalize the HiZ value. */ if ((res&0x77) == 0) res = HiZ; diff --git a/vvp/delay.cc b/vvp/delay.cc index 672d54918..9bcc2ed5e 100644 --- a/vvp/delay.cc +++ b/vvp/delay.cc @@ -563,8 +563,8 @@ static int modpath_src_free_object( vpiHandle ref ) } /* - * This Routine will put specific demension of delay[] values - * into a vpiHandle. In this case, he will put an + * This routine will put specific dimension of delay[] values + * into a vpiHandle. In this case, he will put * specific delays values in a vpiModPathIn object * */ @@ -628,9 +628,9 @@ static void modpath_src_put_delays ( vpiHandle ref, p_vpi_delay delays ) } /* - * This Routine will retrive the delay[12] values - * of an vpiHandle. In this case, he will get an - * specific delays values from an vpiModPathIn + * This routine will retrieve the delay[12] values + * of a vpiHandle. In this case, he will get an + * specific delays values from a vpiModPathIn * object * */ @@ -734,7 +734,7 @@ static void initialize_path_term(struct __vpiModPathTerm&obj) } /* - * This function will Construct a vpiModPath Object. + * This function will construct a vpiModPath Object. * give a respective "net", and will point to his * respective functor */ @@ -752,7 +752,7 @@ struct __vpiModPath* vpip_make_modpath(vvp_net_t *net) /* - * This function will Constructs a vpiModPathIn + * This function will construct a vpiModPathIn * ( struct __vpiModPathSrc ) Object. will give * a delays[12] values, and point to the specified functor * @@ -772,7 +772,7 @@ struct __vpiModPathSrc* vpip_make_modpath_src (struct __vpiModPath*path, vvp_tim /* - this Routine will safetly convert a modpath vpiHandle + this routine will safely convert a modpath vpiHandle to a struct __vpiModPath { } */ @@ -785,8 +785,8 @@ struct __vpiModPathTerm* vpip_modpath_term_from_handle(vpiHandle ref) } /* - this Routine will safetly convert a modpathsrc vpiHandle - to a struct __vpiModPathSrc { }, This is equivalent ao + this routine will safely convert a modpathsrc vpiHandle + to a struct __vpiModPathSrc { }, This is equivalent to a vpiModPathIn handle */