summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-11 19:36:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-11 19:36:15 +0000
commit72f9a62a252f20d3b292c18c53d6fbc6adcd00d1 (patch)
tree49a8cb2afec2f353bb4739f184605c03071a4b4b /nuttx/arch/sh
parentff4c8b7a48fa8204666b295a34d49000bdaa24f4 (diff)
downloadpx4-nuttx-72f9a62a252f20d3b292c18c53d6fbc6adcd00d1.tar.gz
px4-nuttx-72f9a62a252f20d3b292c18c53d6fbc6adcd00d1.tar.bz2
px4-nuttx-72f9a62a252f20d3b292c18c53d6fbc6adcd00d1.zip
Typos in comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1195 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh')
-rw-r--r--nuttx/arch/sh/src/sh1/sh1_703x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/sh/src/sh1/sh1_703x.h b/nuttx/arch/sh/src/sh1/sh1_703x.h
index 8be1cc386..1336397d0 100644
--- a/nuttx/arch/sh/src/sh1/sh1_703x.h
+++ b/nuttx/arch/sh/src/sh1/sh1_703x.h
@@ -55,7 +55,7 @@
#define SH1_SCI1_BASE (0x05fffec8)
#define SH1_SCI_SMR_OFFSET (0) /* Serial Mode Register (8-bits wide) */
-#define SH1_SCI_BRR_OFFSET (1) /* Bit Rate Registr (8-bits wide) */
+#define SH1_SCI_BRR_OFFSET (1) /* Bit Rate Register (8-bits wide) */
#define SH1_SCI_SCR_OFFSET (2) /* Serial Control Register (8-bits wide) */
#define SH1_SCI_TDR_OFFSET (3) /* Transmit Data Register (8-bits wide) */
#define SH1_SCI_SSR_OFFSET (4) /* Serial Status Register (8-bits wide) */
@@ -210,7 +210,7 @@
#define SH1_UBC_BAMRL (0x05ffff96) /* 16-bits wide */
#define SH1_UBC_BBR (0x05ffff98) /* 16-bits wide */
-/*Bus State Controller (BSC) */
+/* Bus State Controller (BSC) */
#define SH1_BSC_BCR (0x05ffffa0) /* 16-bits wide */
#define SH1_BSC_WCR1 (0x05ffffa2) /* 16-bits wide */