summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_wdt.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-05 10:37:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-05 10:37:55 -0600
commit96483c3637253cf00027a6312ba422a411f913bf (patch)
tree5255227726fb856a15edddc84b46c356cd9be2ff /nuttx/arch/arm/src/sama5/sam_wdt.c
parent1077db9bc326ffdebacf9589393f085c2b8e7755 (diff)
downloadpx4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.tar.gz
px4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.tar.bz2
px4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.zip
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
Diffstat (limited to 'nuttx/arch/arm/src/sama5/sam_wdt.c')
-rw-r--r--nuttx/arch/arm/src/sama5/sam_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/sama5/sam_wdt.c b/nuttx/arch/arm/src/sama5/sam_wdt.c
index e8e61b11d..8d8d10dcd 100644
--- a/nuttx/arch/arm/src/sama5/sam_wdt.c
+++ b/nuttx/arch/arm/src/sama5/sam_wdt.c
@@ -649,7 +649,7 @@ static int sam_ioctl(FAR struct watchdog_lowerhalf_s *lower, int cmd,
* Name: up_wdginitialize
*
* Description:
- * Initialize the WDT watchdog time. The watchdog timer is intialized and
+ * Initialize the WDT watchdog time. The watchdog timer is initialized and
* registered as 'devpath. The initial state of the watchdog time is
* disabled.
*