@@ -391,8 +391,8 @@ static void generate_constant_global_variables(
391
391
// / \param symbol_type: new symbol type
392
392
// / \param class_id: class id that directly encloses this static field
393
393
// / \param force_nondet_init: if true, always leave the symbol's value nil so it
394
- // / gets nondet initialised during __CPROVER_initialize. Otherwise, pointer-
395
- // / typed globals are initialised null and we expect a synthetic clinit method
394
+ // / gets nondet initialized during __CPROVER_initialize. Otherwise, pointer-
395
+ // / typed globals are initialized null and we expect a synthetic clinit method
396
396
// / to be created later.
397
397
static void create_stub_global_symbol (
398
398
symbol_table_baset &symbol_table,
@@ -464,8 +464,8 @@ static irep_idt get_any_incomplete_ancestor(
464
464
465
465
// / Search for getstatic and putstatic instructions in a class' bytecode and
466
466
// / create stub symbols for any static fields that aren't already in the symbol
467
- // / table. The new symbols are null-initialised for reference-typed globals /
468
- // / static fields, and nondet-initialised for primitives.
467
+ // / table. The new symbols are null-initialized for reference-typed globals /
468
+ // / static fields, and nondet-initialized for primitives.
469
469
// / \param parse_tree: class bytecode
470
470
// / \param symbol_table: symbol table; may gain new symbols
471
471
// / \param class_hierarchy: global class hierarchy
0 commit comments