summaryrefslogtreecommitdiffstats
path: root/scripts/socfpga_mkimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/socfpga_mkimage.c')
-rw-r--r--scripts/socfpga_mkimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/socfpga_mkimage.c b/scripts/socfpga_mkimage.c
index fedcfb5b6f..03150cce8d 100644
--- a/scripts/socfpga_mkimage.c
+++ b/scripts/socfpga_mkimage.c
@@ -157,7 +157,7 @@ uint32_t crc32(uint32_t crc, void *_buf, int length)
return crc;
}
-/* Create an ARM relative branch instuction
+/* Create an ARM relative branch instuction
* branch is where the instruction will be placed and dest points to where
* it should branch too. */
static void branch(uint8_t *branch, uint8_t *dest)