diff options
-rw-r--r-- | src/target/target.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/target/target.c b/src/target/target.c index 055658ea..52376101 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. |