]> git.gag.com Git - fw/openocd/blobdiff - src/flash/nor/stm32lx.c
flash: fix typos and duplicated words
[fw/openocd] / src / flash / nor / stm32lx.c
index 9c817c994f1d4141875ca3540e4913c5028785d7..cf5b360409d149eec40a78db65a2669630258a10 100644 (file)
@@ -629,7 +629,7 @@ static int stm32lx_write(struct flash_bank *bank, const uint8_t *buffer,
        if (retval != ERROR_OK)
                return retval;
 
-       /* first we need to write any unaligned head bytes upto
+       /* first we need to write any unaligned head bytes up to
         * the next 128 byte page */
 
        if (offset % hp_nb)