@@ -22,7 +22,7 @@ Author: Daniel Kroening, kroening@kroening.com
22
22
23
23
class namespacet ;
24
24
25
- // / State type in value_set_domaint, used is value-set analysis and goto-symex.
25
+ // / State type in value_set_domaint, used in value-set analysis and goto-symex.
26
26
// / Represents a mapping from expressions to the addresses that may be stored
27
27
// / there; for example, a global that is either null or points to a
28
28
// / heap-allocated object, which itself has two fields, one pointing to another
@@ -163,7 +163,7 @@ class value_sett
163
163
};
164
164
165
165
// / Converts an `object_map_dt` entry `object_number -> offset` into an
166
- // / `object_descriptor_offsett ` with
166
+ // / `object_descriptor_exprt ` with
167
167
// / `.object() == object_numbering.at(object_number)` and
168
168
// / `.offset() == offset`.
169
169
exprt to_expr (const object_map_dt::value_type &it) const ;
@@ -303,7 +303,7 @@ class value_sett
303
303
// / .object_map = ...
304
304
// / }
305
305
// /
306
- // / The components of the ID are thus duplicates in the `valuest` key and in
306
+ // / The components of the ID are thus duplicated in the `valuest` key and in
307
307
// / `entryt` fields.
308
308
#ifdef USE_DSTRING
309
309
typedef std::map<idt, entryt> valuest;
@@ -439,7 +439,7 @@ class value_sett
439
439
// / been run, in which case returns are explicitly passed via global
440
440
// / variables named `function_name#return_value` and are handled via the usual
441
441
// / `apply_code` path.
442
- // / \param lhs: expression that recieves the return value
442
+ // / \param lhs: expression that receives the return value
443
443
// / \param ns: global namespace
444
444
void do_end_function (
445
445
const exprt &lhs,
0 commit comments