]> git.sur5r.net Git - openocd/blobdiff - contrib/loaders/flash/cortex-m0.S
Fix spelling of ARM Cortex
[openocd] / contrib / loaders / flash / cortex-m0.S
index a905a36277330c683c19bbee8292906fba19f269..b4416e783c6aa2e41ba5472f7791186ba3f30ac6 100644 (file)
@@ -27,8 +27,8 @@
 
 /* Written for NRF51822 (src/flash/nor/nrf51.c) however the NRF NVMC is
  * very generic (CPU blocks during flash writes), so this is actually
- * just a generic word-oriented copy routine for cortex-m0 (also
- * suitable for cortex m0plus/m3/m4.)
+ * just a generic word-oriented copy routine for Cortex-M0 (also
+ * suitable for Cortex-M0+/M3/M4.)
  *
  * To assemble:
  * arm-none-eabi-gcc -c cortex-m0.S