From f5650005bfa4146826a8ff391638a0023de80716 Mon Sep 17 00:00:00 2001 From: NaveenBoggarapu Date: Fri, 1 Apr 2016 16:14:08 +0530 Subject: [PATCH] corrected minor spelling and grammar mistakes --- CONTRIBUTING.md | 2 +- libr/core/gdiff.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e166d770a..152fc9bd2d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/libr/core/gdiff.c b/libr/core/gdiff.c index e63b821099..3625588dde 100644 --- a/libr/core/gdiff.c +++ b/libr/core/gdiff.c @@ -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);