Skip to content

Commit

Permalink
Fix agi -> 'agi' comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanpencil authored and radare committed May 20, 2018
1 parent 1b322c1 commit 7a0acdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/cmd_anal.c
Expand Up @@ -5982,7 +5982,7 @@ static void cmd_anal_graph(RCore *core, const char *input) {
break;
}
break;
case 'i': // agi "import graph"
case 'i': // "agi" import graph
switch (input[1]) {
case 'v':
case 't':
Expand Down

0 comments on commit 7a0acdc

Please sign in to comment.