Skip to content

Commit 13b82db

Browse files
jukuismatrufae
authored andcommitted
Fix logging typo
1 parent cc197a7 commit 13b82db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libr/core/cmd_anal.inc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4905,7 +4905,7 @@ R_API void r_core_af(RCore *core, ut64 addr, const char *name, bool anal_calls)
49054905
}
49064906
// recursively follow fcn->refs again and again
49074907
if (!r_anal_get_function_at (core->anal, raddr)) {
4908-
// do not reanalize if theres a function already there
4908+
// do not reanalyze if theres a function already there
49094909
r_core_anal_fcn (core, raddr, f->addr, R_ANAL_REF_TYPE_CALL, depth - 1);
49104910
}
49114911
}
@@ -14500,7 +14500,7 @@ static void cmd_aaa(RCore *core, const char *input) {
1450014500
logline (core, 96, "Enable anal.types.constraint for experimental type propagation");
1450114501
r_config_set_b (core->config, "anal.types.constraint", true);
1450214502
if (input[2] == 'a') { // "aaaa"
14503-
logline (core, 97, "Reanalizing graph references to adjust functions count (aarr)");
14503+
logline (core, 97, "Reanalyzing graph references to adjust functions count (aarr)");
1450414504
r_core_cmd_call (core, "aarr");
1450514505
// const char *mode = core->anal->opt.slow? "slow": "fast";
1450614506
logline (core, 98, "Autoname all functions (.afna@@c:afla)");

0 commit comments

Comments
 (0)