summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-21 09:45:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-21 09:45:27 -0600
commitedd6a69500e41872b60c0a50697392227b688653 (patch)
treeaf93d51d7aa29f5843eda2cb549013927f777458 /nuttx/arch
parent9df42eebb0f4bba2b6c9e93038e07aa14feb4558 (diff)
downloadpx4-nuttx-edd6a69500e41872b60c0a50697392227b688653.tar.gz
px4-nuttx-edd6a69500e41872b60c0a50697392227b688653.tar.bz2
px4-nuttx-edd6a69500e41872b60c0a50697392227b688653.zip
Fix a typo that was cloned to several SAMA5 and MTD files
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/sama5/sam_adc.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_can.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_emac.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_gf1024.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_gf512.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_gmac.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_lcd.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_nand.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_pmecc.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_pmecc.h2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_tc.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_tsd.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_twi.c2
-rw-r--r--nuttx/arch/arm/src/sama5/sam_udphs.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/nuttx/arch/arm/src/sama5/sam_adc.c b/nuttx/arch/arm/src/sama5/sam_adc.c
index f2b7b2bb1..9ef5a3d5d 100644
--- a/nuttx/arch/arm/src/sama5/sam_adc.c
+++ b/nuttx/arch/arm/src/sama5/sam_adc.c
@@ -9,7 +9,7 @@
* SAMA5D3 Series Data Sheet
* Atmel NoOS sample code.
*
- * The Atmel sample code has a BSD compatibile license that requires this
+ * The Atmel sample code has a BSD compatible license that requires this
* copyright notice:
*
* Copyright (c) 2012, Atmel Corporation
diff --git a/nuttx/arch/arm/src/sama5/sam_can.c b/nuttx/arch/arm/src/sama5/sam_can.c
index 97cd4e99e..24e1b9ddc 100644
--- a/nuttx/arch/arm/src/sama5/sam_can.c
+++ b/nuttx/arch/arm/src/sama5/sam_can.c
@@ -9,7 +9,7 @@
* SAMA5D3 Series Data Sheet
* Atmel NoOS sample code (for bit timing configuration).
*
- * The Atmel sample code has a BSD compatibile license that requires this
+ * The Atmel sample code has a BSD compatible license that requires this
* copyright notice:
*
* Copyright (c) 2012, Atmel Corporation
diff --git a/nuttx/arch/arm/src/sama5/sam_emac.c b/nuttx/arch/arm/src/sama5/sam_emac.c
index 5f196ca05..e4cb81ae0 100644
--- a/nuttx/arch/arm/src/sama5/sam_emac.c
+++ b/nuttx/arch/arm/src/sama5/sam_emac.c
@@ -8,7 +8,7 @@
* SAMA5D3 Series Data Sheet
* Atmel NoOS sample code.
*
- * The Atmel sample code has a BSD compatibile license that requires this
+ * The Atmel sample code has a BSD compatible license that requires this
* copyright notice:
*
* Copyright (c) 2012, Atmel Corporation
diff --git a/nuttx/arch/arm/src/sama5/sam_gf1024.c b/nuttx/arch/arm/src/sama5/sam_gf1024.c
index f904870f0..574bcf754 100644
--- a/nuttx/arch/arm/src/sama5/sam_gf1024.c
+++ b/nuttx/arch/arm/src/sama5/sam_gf1024.c
@@ -4,7 +4,7 @@
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
- * Taken from Atmel NoOS sample code. The Atmel sample code has a BSD compatibile license that requires this copyright notice:
+ * Taken from Atmel NoOS sample code. The Atmel sample code has a BSD compatible license that requires this copyright notice:
*
* Copyright (c) 2012, Atmel Corporation
*
diff --git a/nuttx/arch/arm/src/sama5/sam_gf512.c b/nuttx/arch/arm/src/sama5/sam_gf512.c
index b279f2802..55ca77bdf 100644
--- a/nuttx/arch/arm/src/sama5/sam_gf512.c
+++ b/nuttx/arch/arm/src/sama5/sam_gf512.c
@@ -4,7 +4,7 @@
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
- * Taken from Atmel NoOS sample code. The Atmel sample code has a BSD compatibile license that requires this copyright notice:
+ * Taken from Atmel NoOS sample code. The Atmel sample code has a BSD compatible license that requires this copyright notice:
*
* Copyright (c) 2012, Atmel Corporation
*
diff --git a/nuttx/arch/arm/src/sama5/sam_gmac.c b/nuttx/arch/arm/src/sama5/sam_gmac.c
index ff3b622b2..2232a8192 100644
--- a/nuttx/arch/arm/src/sama5/sam_gmac.c
+++ b/nuttx/arch/arm/src/sama5/sam_gmac.c
@@ -8,7 +8,7 @@
* SAMA5D3 Series Data Sheet
* Atmel NoOS sample code.
*
- * The Atmel sample code has a BSD compatibile license that requires this
+ * The Atmel sample code has a BSD compatible license that requires this
* copyright notice:
*
* Copyright (c) 2012, Atmel Corporation
diff --git a/nuttx/arch/arm/src/sama5/sam_lcd.c b/nuttx/arch/arm/src/sama5/sam_lcd.c
index d2c2cf92f..9600db89a 100644
--- a/nuttx/arch/arm/src/sama5/sam_lcd.c
+++ b/nuttx/arch/arm/src/sama5/sam_lcd.c
@@ -8,7 +8,7 @@
* SAMA5D3 Series Data Sheet
* Atmel NoOS sample code.
*
- * The Atmel sample code has a BSD compatibile license that requires this
+ * The Atmel sample code has a BSD compatible license that requires this
* copyright notice:
*
* Copyright (c) 2012, Atmel Corporation
diff --git a/nuttx/arch/arm/src/sama5/sam_nand.c b/nuttx/arch/arm/src/sama5/sam_nand.c
index c618e1b06..a0d449a5e 100644
--- a/nuttx/arch/arm/src/sama5/sam_nand.c
+++ b/nuttx/arch/arm/src/sama5/sam_nand.c
@@ -8,7 +8,7 @@
* SAMA5D3 Series Data Sheet
* Atmel NoOS sample code.
*
- * The Atmel sample code has a BSD compatibile license that requires this
+ * The Atmel sample code has a BSD compatible license that requires this
* copyright notice:
*
* Copyright (c) 2011, 2012, Atmel Corporation
diff --git a/nuttx/arch/arm/src/sama5/sam_pmecc.c b/nuttx/arch/arm/src/sama5/sam_pmecc.c
index 80612863a..a96429200 100644
--- a/nuttx/arch/arm/src/sama5/sam_pmecc.c
+++ b/nuttx/arch/arm/src/sama5/sam_pmecc.c
@@ -9,7 +9,7 @@
* Atmel NoOS sample code.
*
* All of the detailed PMECC operations are taken directly from the Atmel
- * NoOS sample code. The Atmel sample code has a BSD compatibile license
+ * NoOS sample code. The Atmel sample code has a BSD compatible license
* that requires this copyright notice:
*
* Copyright (c) 2012, Atmel Corporation
diff --git a/nuttx/arch/arm/src/sama5/sam_pmecc.h b/nuttx/arch/arm/src/sama5/sam_pmecc.h
index 4e54a04e1..c0d894415 100644
--- a/nuttx/arch/arm/src/sama5/sam_pmecc.h
+++ b/nuttx/arch/arm/src/sama5/sam_pmecc.h
@@ -6,7 +6,7 @@
*
* This logic was based largely on Atmel sample code with modifications for
* better integration with NuttX. The Atmel sample code has a BSD
- * compatibile license that requires this copyright notice:
+ * compatible license that requires this copyright notice:
*
* Copyright (c) 2010, Atmel Corporation
*
diff --git a/nuttx/arch/arm/src/sama5/sam_tc.c b/nuttx/arch/arm/src/sama5/sam_tc.c
index e3c8820ba..0e2990efa 100644
--- a/nuttx/arch/arm/src/sama5/sam_tc.c
+++ b/nuttx/arch/arm/src/sama5/sam_tc.c
@@ -9,7 +9,7 @@
* SAMA5D3 Series Data Sheet
* Atmel NoOS sample code.
*
- * The Atmel sample code has a BSD compatibile license that requires this
+ * The Atmel sample code has a BSD compatible license that requires this
* copyright notice:
*
* Copyright (c) 2011, Atmel Corporation
diff --git a/nuttx/arch/arm/src/sama5/sam_tsd.c b/nuttx/arch/arm/src/sama5/sam_tsd.c
index 40e1e72cb..915e082b2 100644
--- a/nuttx/arch/arm/src/sama5/sam_tsd.c
+++ b/nuttx/arch/arm/src/sama5/sam_tsd.c
@@ -9,7 +9,7 @@
* SAMA5D3 Series Data Sheet
* Atmel NoOS sample code.
*
- * The Atmel sample code has a BSD compatibile license that requires this
+ * The Atmel sample code has a BSD compatible license that requires this
* copyright notice:
*
* Copyright (c) 2011, Atmel Corporation
diff --git a/nuttx/arch/arm/src/sama5/sam_twi.c b/nuttx/arch/arm/src/sama5/sam_twi.c
index beb16e51b..f68f98b04 100644
--- a/nuttx/arch/arm/src/sama5/sam_twi.c
+++ b/nuttx/arch/arm/src/sama5/sam_twi.c
@@ -8,7 +8,7 @@
* SAMA5D3 Series Data Sheet
* Atmel NoOS sample code.
*
- * The Atmel sample code has a BSD compatibile license that requires this
+ * The Atmel sample code has a BSD compatible license that requires this
* copyright notice:
*
* Copyright (c) 2011, Atmel Corporation
diff --git a/nuttx/arch/arm/src/sama5/sam_udphs.c b/nuttx/arch/arm/src/sama5/sam_udphs.c
index 0ad87e98b..9f7d99bec 100644
--- a/nuttx/arch/arm/src/sama5/sam_udphs.c
+++ b/nuttx/arch/arm/src/sama5/sam_udphs.c
@@ -8,7 +8,7 @@
* SAMA5D3 Series Data Sheet
* Atmel NoOS sample code.
*
- * The Atmel sample code has a BSD compatibile license that requires this
+ * The Atmel sample code has a BSD compatible license that requires this
* copyright notice:
*
* Copyright (c) 2009, Atmel Corporation