X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.h;h=0ff2258a1fd570f0d06e6523271fae357cdec13c;hp=509bfd2a22ac90496b83db6f8978c51eafd9d06b;hb=86a7d813a165fda2816b8152342219b6c4ae2fc4;hpb=0bcf5a6b76ad1cb4d871733f438e2a261bb88e12;ds=sidebyside diff --git a/src/target/target.h b/src/target/target.h index 509bfd2a22..0ff2258a1f 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -42,7 +42,7 @@ struct command_context_s; * TARGET_RESET = 3: the target is being held in reset (only a temporary state, * not sure how this is used with all the recent changes) * TARGET_DEBUG_RUNNING = 4: the target is running, but it is executing code on - * behalf of the debugger (e.g. algorithm for flashing) + * behalf of the debugger (e.g. algorithm for flashing) * * also see: target_state_name(); */