X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.c;h=52376101577cef734a10c7c6ad62a23b1ccdca45;hp=055658ea6199819caef683e6943ff552b0926aaa;hb=1a3cbbf3a5e3432aeab52d7e5f1ff83f71dca929;hpb=e84592d17d11bb1b3bbae24e1aed725913787285 diff --git a/src/target/target.c b/src/target/target.c index 055658ea61..5237610157 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -808,8 +808,7 @@ done: } /** - * Downloads a target-specific native code algorithm to the target, - * executes and leaves it running. + * Executes a target-specific native code algorithm and leaves it running. * * @param target used to run the algorithm * @param arch_info target-specific description of the algorithm.