summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-12 00:41:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-12 00:41:33 +0000
commit1921b713c5ff595e2c3837b07b876c4bc147b73f (patch)
tree35979fbd115d71b84a091f5e4a40601cea7f4cd5 /nuttx/arch/avr
parent2f76bcb41ef7443547a09a9e989c63a8cd100b57 (diff)
downloadpx4-nuttx-1921b713c5ff595e2c3837b07b876c4bc147b73f.tar.gz
px4-nuttx-1921b713c5ff595e2c3837b07b876c4bc147b73f.tar.bz2
px4-nuttx-1921b713c5ff595e2c3837b07b876c4bc147b73f.zip
Fix comment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2998 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/avr')
-rwxr-xr-xnuttx/arch/avr/src/at91uc3/at91uc3_wdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/avr/src/at91uc3/at91uc3_wdt.h b/nuttx/arch/avr/src/at91uc3/at91uc3_wdt.h
index a993184a4..166d5e6b9 100755
--- a/nuttx/arch/avr/src/at91uc3/at91uc3_wdt.h
+++ b/nuttx/arch/avr/src/at91uc3/at91uc3_wdt.h
@@ -66,7 +66,7 @@
#define WDT_CTRL_KEY_SHIFT (24) /* Bits 24-31: Write protection key */
#define WDT_CTRL_KEY_MASK (0xff << WDT_CTRL_KEY_SHIFT)
-/* Clear Register Bit-field Definitions. These registera have no bit fielda: "Writing
+/* Clear Register Bit-field Definitions. These registers have no bit fields: "Writing
* periodically any value to this field when the WDT is enabled, within the watchdog
* time-out period, will prevent a watchdog reset."
*/