mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 00:38:55 +00:00
fixup grammar in r_debug_kill
This commit is contained in:
parent
30e3d06dbf
commit
0db6959c6d
@ -1132,7 +1132,7 @@ R_API int r_debug_kill(RDebug *dbg, int pid, int tid, int sig) {
|
||||
if (dbg->h && dbg->h->kill) {
|
||||
return dbg->h->kill (dbg, pid, tid, sig);
|
||||
}
|
||||
eprintf ("Backend does not implements kill()\n");
|
||||
eprintf ("Backend does not implement kill()\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user