X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu%2Farm%2Fio%2Fat91.h;h=840fb59adf5aacfb33aeb0a0a6d26e52fe5f1809;hb=569cd794010c99ae8e3e2e37a207b0a2eaeb2c3f;hp=c16bfdf48bfa88685954f92d6087a53e62cdebeb;hpb=55c4d159825f90975aeeb4346c0e4e0c41df6f07;p=bertos.git diff --git a/cpu/arm/io/at91.h b/cpu/arm/io/at91.h index c16bfdf4..840fb59a 100644 --- a/cpu/arm/io/at91.h +++ b/cpu/arm/io/at91.h @@ -77,7 +77,7 @@ /** * Interrupt entry point. - * Needed because AT91 uses an Interrupt Controlled with auto-vectoring. + * Needed because AT91 uses an Interrupt Controller with auto-vectoring. */ #define IRQ_ENTRY() \ asm volatile("sub lr, lr,#4" "\n\t" /* Adjust LR */ \ @@ -87,7 +87,7 @@ /** * Interrupt exit. - * Needed because AT91 uses an Interrupt Controlled with auto-vectoring. + * Needed because AT91 uses an Interrupt Controller with auto-vectoring. */ #define IRQ_EXIT() \ asm volatile("ldmfd sp!, {r1}" "\n\t" /* Restore SPSR */ \