File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ jsont ai_baset::output_json(
86
86
}
87
87
88
88
// / Output the domains for a single function as JSON
89
- // / \par parameters: The namespace, goto_program and it's identifier
89
+ // / \par parameters: The namespace, goto_program and its identifier
90
90
// / \return The JSON object
91
91
jsont ai_baset::output_json (
92
92
const namespacet &ns,
@@ -145,7 +145,7 @@ xmlt ai_baset::output_xml(
145
145
}
146
146
147
147
// / Output the domains for a single function as XML
148
- // / \par parameters: The namespace, goto_program and it's identifier
148
+ // / \par parameters: The namespace, goto_program and its identifier
149
149
// / \return The XML object
150
150
xmlt ai_baset::output_xml (
151
151
const namespacet &ns,
@@ -341,7 +341,7 @@ bool ai_baset::do_function_call(
341
341
342
342
if (!goto_function.body_available ())
343
343
{
344
- // if we don't have a body, we just do an edige call -> return
344
+ // if we don't have a body, we just do an edge call -> return
345
345
std::unique_ptr<statet> tmp_state (make_temporary_state (get_state (l_call)));
346
346
tmp_state->transform (
347
347
calling_function_identifier,
Original file line number Diff line number Diff line change 25
25
26
26
#include " ai_domain.h"
27
27
28
- // / The basic interface of an abstract interpreter. This should be enough
28
+ // / The basic interface of an abstract interpreter. This should be enough
29
29
// / to create, run and query an abstract interpreter.
30
30
// don't use me -- I am just a base class
31
31
// use ait instead
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class ai_domain_baset
46
46
// / (this also needs to set the LHS, if applicable)
47
47
// /
48
48
// / "this" is the domain before the instruction "from"
49
- // / "from" is the instruction to be interpretted
49
+ // / "from" is the instruction to be interpreted
50
50
// / "to" is the next instruction (for GOTO, FUNCTION_CALL, END_FUNCTION)
51
51
// /
52
52
// / PRECONDITION(from.is_dereferenceable(), "Must not be _::end()")
You can’t perform that action at this time.
0 commit comments