diff --git a/configs/eagle100/httpd/ld.script b/configs/eagle100/httpd/ld.script index 0063eb39fd1..434cffbdecb 100644 --- a/configs/eagle100/httpd/ld.script +++ b/configs/eagle100/httpd/ld.script @@ -34,7 +34,7 @@ ****************************************************************************/ /* The LM3S6918 has 256Kb of FLASH beginning at address 0x0000:0000. However, - * if the the Eagle100 Ethernet bootloader is used, then the entry point must + * if the Eagle100 Ethernet bootloader is used, then the entry point must * be at the following offset in FLASH (and the size of the FLASH must be * reduced to 248Kb): */ diff --git a/configs/eagle100/nettest/ld.script b/configs/eagle100/nettest/ld.script index 91ac6f57e6e..b8af71dddd3 100644 --- a/configs/eagle100/nettest/ld.script +++ b/configs/eagle100/nettest/ld.script @@ -34,7 +34,7 @@ ****************************************************************************/ /* The LM3S6918 has 256Kb of FLASH beginning at address 0x0000:0000. However, - * if the the Eagle100 Ethernet bootloader is used, then the entry point must + * if the Eagle100 Ethernet bootloader is used, then the entry point must * be at the following offset in FLASH (and the size of the FLASH must be * reduced to 248Kb): */ diff --git a/configs/eagle100/nsh/ld.script b/configs/eagle100/nsh/ld.script index 5a8fdc472a3..e77b6778dcf 100644 --- a/configs/eagle100/nsh/ld.script +++ b/configs/eagle100/nsh/ld.script @@ -34,7 +34,7 @@ ****************************************************************************/ /* The LM3S6918 has 256Kb of FLASH beginning at address 0x0000:0000. However, - * if the the Eagle100 Ethernet bootloader is used, then the entry point must + * if the Eagle100 Ethernet bootloader is used, then the entry point must * be at the following offset in FLASH (and the size of the FLASH must be * reduced to 248Kb): */ diff --git a/configs/eagle100/nxflat/ld.script b/configs/eagle100/nxflat/ld.script index 68969391eec..ffd8dec4866 100644 --- a/configs/eagle100/nxflat/ld.script +++ b/configs/eagle100/nxflat/ld.script @@ -34,7 +34,7 @@ ****************************************************************************/ /* The LM3S6918 has 256Kb of FLASH beginning at address 0x0000:0000. However, - * if the the Eagle100 Ethernet bootloader is used, then the entry point must + * if the Eagle100 Ethernet bootloader is used, then the entry point must * be at the following offset in FLASH (and the size of the FLASH must be * reduced to 248Kb): */ diff --git a/configs/eagle100/ostest/ld.script b/configs/eagle100/ostest/ld.script index 7c1d8f1bfbf..0d7032fcf2c 100644 --- a/configs/eagle100/ostest/ld.script +++ b/configs/eagle100/ostest/ld.script @@ -34,7 +34,7 @@ ****************************************************************************/ /* The LM3S6918 has 256Kb of FLASH beginning at address 0x0000:0000. However, - * if the the Eagle100 Ethernet bootloader is used, then the entry point must + * if the Eagle100 Ethernet bootloader is used, then the entry point must * be at the following offset in FLASH (and the size of the FLASH must be * reduced to 248Kb): */ diff --git a/configs/xtrs/src/xtr_irq.c b/configs/xtrs/src/xtr_irq.c index 44df0fe4d94..91d0cf42a17 100644 --- a/configs/xtrs/src/xtr_irq.c +++ b/configs/xtrs/src/xtr_irq.c @@ -78,7 +78,7 @@ void up_irqinitialize(void) * * NOTE: Normally, there are seperate enables for "global" interrupts * and specific device interrupts. In such a "normal" case, the timer - * interrupt should be attached and enabled in the the function up_timerinit() + * interrupt should be attached and enabled in the function up_timerinit() */ irq_attach(Z80_IRQ_SYSTIMER, (xcpt_t)up_timerisr); diff --git a/configs/z80sim/src/z80_irq.c b/configs/z80sim/src/z80_irq.c index c2b64a1d59c..334ea672c2f 100644 --- a/configs/z80sim/src/z80_irq.c +++ b/configs/z80sim/src/z80_irq.c @@ -78,7 +78,7 @@ void up_irqinitialize(void) * * NOTE: Normally, there are seperate enables for "global" interrupts * and specific device interrupts. In such a "normal" case, the timer - * interrupt should be attached and enabled in the the function up_timerinit() + * interrupt should be attached and enabled in the function up_timerinit() */ irq_attach(Z80_IRQ_SYSTIMER, (xcpt_t)up_timerisr);