corrected minor spelling and grammar mistakes

This commit is contained in:
NaveenBoggarapu 2016-04-01 16:14:08 +05:30 committed by pancake
parent 0c409d52e8
commit f5650005bf
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Before reporting an issue with GitHub, be sure that:
* you are using a clean installation
* the issue was not already reported
When the two conditions above are satisfied, feel free to submit an issue,
When the above conditions are satisfied, feel free to submit an issue,
trying to be as precise as possible. If you can, provide the problematic
binary, the steps to reproduce the error and a backtrace in case of SEGFAULTs.
Any information will help to fix the problem.

View file

@ -39,7 +39,7 @@ R_API int r_core_gdiff(RCore *c, RCore *c2) {
r_list_delete (cores[i]->anal->fcns, iter);
}
}
/* Fingerprint fcn bbs (functions basic-blocs) */
/* Fingerprint fcn bbs (functions basic-blocks) */
r_list_foreach (cores[i]->anal->fcns, iter, fcn) {
r_list_foreach (fcn->bbs, iter2, bb) {
r_anal_diff_fingerprint_bb (cores[i]->anal, bb);