X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fmips32.c;fp=src%2Ftarget%2Fmips32.c;h=75197f170f85f5368e2bce18a1eda6d67522dac7;hp=d842705fffd1ba8561c328d9e2d2d0dbefa50275;hb=f16b7a6d7e4464692c7fcd8d39e150a09c270d1b;hpb=fd25b3bcd1ccde5ae4dc7e94a0ad3863ee016555 diff --git a/src/target/mips32.c b/src/target/mips32.c index d842705fff..75197f170f 100644 --- a/src/target/mips32.c +++ b/src/target/mips32.c @@ -289,7 +289,7 @@ int mips32_init_arch_info(struct target *target, struct mips32_common *mips32, s mips32->common_magic = MIPS32_COMMON_MAGIC; mips32->fast_data_area = NULL; - /* has breakpoint/watchpint unit been scanned */ + /* has breakpoint/watchpoint unit been scanned */ mips32->bp_scanned = 0; mips32->data_break_list = NULL;