From d90ce68f5d13755e0f79ea351c37298a5e240337 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Tue, 10 Jun 2008 09:02:24 -0700 Subject: [PATCH] Spelling fixes No code changes. --- HName.h | 2 +- elab_expr.cc | 2 +- examples/sqrt-virtex.v | 2 +- net_tran.cc | 2 +- netlist.h | 2 +- parse.y | 2 +- vpi_user.h | 2 +- vvp/vpi_priv.h | 2 +- vvp/vthread.cc | 2 +- vvp/vvp_island.cc | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/HName.h b/HName.h index 87903d0872..6008a0d33a 100644 --- a/HName.h +++ b/HName.h @@ -57,7 +57,7 @@ class hname_t { private: perm_string name_; - // If the number is anything other then INT_MIN, then this is + // If the number is anything other than INT_MIN, then this is // the numeric part of the name. Otherwise, it is not part of // the name at all. int number_; diff --git a/elab_expr.cc b/elab_expr.cc index 099e68835d..d6372d5f27 100644 --- a/elab_expr.cc +++ b/elab_expr.cc @@ -1373,7 +1373,7 @@ NetExpr* PEIdent::elaborate_expr_param(Design*des, par_mv = par_me->value().as_long(); par_lv = par_le->value().as_long(); } - /* Convert the index to cannonical bit address. */ + /* Convert the index to canonical bit address. */ long ridx = rv.as_long(); if (par_mv >= par_lv) { ridx -= par_lv; diff --git a/examples/sqrt-virtex.v b/examples/sqrt-virtex.v index 410e6e7443..bc95d49393 100644 --- a/examples/sqrt-virtex.v +++ b/examples/sqrt-virtex.v @@ -154,7 +154,7 @@ * * The POST_MAP compiler directive causes the GSR manipulations * included in the test bench to be compiled in, to simulate the chip - * startup. Other then that, the test bench runs the post-map design + * startup. Other than that, the test bench runs the post-map design * the same way the pre-synthesis design works. * * Run this design with the command: diff --git a/net_tran.cc b/net_tran.cc index e31771d7db..2975970d1d 100644 --- a/net_tran.cc +++ b/net_tran.cc @@ -114,7 +114,7 @@ void join_island(NetObj*obj) // If that is an uncommitted branch, then save // it. When I finally choose an island for self, - // these branches will be scanned so tha they join + // these branches will be scanned so that they join // this island as well. if (tmp_branch->island == 0) { uncommitted_neighbors.push_back(tmp); diff --git a/netlist.h b/netlist.h index beafc577a8..50b42b8795 100644 --- a/netlist.h +++ b/netlist.h @@ -1379,7 +1379,7 @@ class NetSysFunc : public NetNode { class NetTran : public NetNode, public IslandBranch { public: - // Tran devices other then TRAN_VP + // Tran devices other than TRAN_VP NetTran(NetScope*scope, perm_string n, ivl_switch_type_t type); // Create a TRAN_VP NetTran(NetScope*scope, perm_string n, unsigned wid, diff --git a/parse.y b/parse.y index 0775a325cc..8e9934611c 100644 --- a/parse.y +++ b/parse.y @@ -1186,7 +1186,7 @@ expr_primary } /* Many of the VAMS built-in functions are available as builtin - functions with $system_function equivilents. */ + functions with $system_function equivalents. */ | K_acos '(' expression ')' { perm_string tn = perm_string::literal("$acos"); diff --git a/vpi_user.h b/vpi_user.h index 6aba54f7f6..72b10c6c68 100644 --- a/vpi_user.h +++ b/vpi_user.h @@ -143,7 +143,7 @@ typedef struct t_vpi_value { (1) The number of delays to be retrieved ( normally this is used in vpi_get_delays (..) ) { - (1.1) Setted by "no_of_delays" field + (1.1) Set by "no_of_delays" field (1.2) For the primitive_object, the no_of_delays shall be 2 or 3 diff --git a/vvp/vpi_priv.h b/vvp/vpi_priv.h index 4282065e0d..fc47fd4b87 100644 --- a/vvp/vpi_priv.h +++ b/vvp/vpi_priv.h @@ -141,7 +141,7 @@ struct __vpiCallback { // scheduled event struct sync_cb* cb_sync; - // The calback holder may use this for various purposes. + // The callback holder may use this for various purposes. long extra_data; // Used for listing callbacks. diff --git a/vvp/vthread.cc b/vvp/vthread.cc index 1f42badcc2..4c60bac935 100644 --- a/vvp/vthread.cc +++ b/vvp/vthread.cc @@ -1586,7 +1586,7 @@ static unsigned long divide2words(unsigned long a, unsigned long b, // Now result*b + {high,a} == the input {high,a}. It is // possible that the new high >= 1. If so, it will - // certainly be less then high from the previous + // certainly be less than high from the previous // iteration. Do another iteration and it will shrink, // eventually to 0. } diff --git a/vvp/vvp_island.cc b/vvp/vvp_island.cc index 1efc05e1a1..d67908aa21 100644 --- a/vvp/vvp_island.cc +++ b/vvp/vvp_island.cc @@ -32,7 +32,7 @@ /* * Islands are mutually connected bidirectional meshes that have a -* discipline other then the implicit ddiscipline of the rest of the +* discipline other than the implicit ddiscipline of the rest of the * run time. * * In the vvp input, an island is created with this record: