Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
101:755f44622abc
Parent:
79:682ae3171a08
--- a/FreescaleIAP/IAP.s	Thu Nov 28 23:18:23 2019 +0000
+++ b/FreescaleIAP/IAP.s	Fri Nov 29 05:38:07 2019 +0000
@@ -7,7 +7,7 @@
 ; from flash in the course of the loop, which could freeze the CPU.  
 ; Empirically, it seems that this isn't truly necessary, despite the manual's
 ; warnings.  The M0+ instruction cache is big enough to hold the whole
-; execute and wait loop instruction sequence, even when written in C++, so
+; execute-and-wait loop instruction sequence, even when written in C++, so
 ; in practice this can run as flash-resident C++ code.  We're implementing
 ; it as assembler anyway to follow the best practices as laid out in the
 ; hardware manual.