X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fembeddedice.h;h=4a62cefaac098228d750dad0d29c610fb2be2f49;hp=4b5c816a6b34c4849c5053e8a72fbaf3d6ac7d70;hb=f1bc46c78a8d0d76e48c83daf1b0f3d6895aa59e;hpb=8e337052b6b808d3b6b3833ef74f9089ab1b9fd1 diff --git a/src/target/embeddedice.h b/src/target/embeddedice.h index 4b5c816a6b..4a62cefaac 100644 --- a/src/target/embeddedice.h +++ b/src/target/embeddedice.h @@ -106,7 +106,7 @@ int embeddedice_send(struct arm_jtag *jtag_info, uint32_t *data, uint32_t size); int embeddedice_handshake(struct arm_jtag *jtag_info, int hsbit, uint32_t timeout); -/* If many embeddedice_write_reg() follow eachother, then the >1 invocations can be +/* If many embeddedice_write_reg() follow each other, then the >1 invocations can be * this faster version of embeddedice_write_reg */ static inline void embeddedice_write_reg_inner(struct jtag_tap *tap, int reg_addr, uint32_t value)