From 517ac1d21d02c04a70d1c5d0b476e7f1293e1b65 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Jun 2009 17:44:35 +0000 Subject: [PATCH] Consolidate buffer dumping; fix all occurrences of 'the the' git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3 --- configs/eagle100/httpd/ld.script | 2 +- configs/eagle100/nettest/ld.script | 2 +- configs/eagle100/nsh/ld.script | 2 +- configs/eagle100/nxflat/ld.script | 2 +- configs/eagle100/ostest/ld.script | 2 +- configs/xtrs/src/xtr_irq.c | 2 +- configs/z80sim/src/z80_irq.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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);