summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-04 18:29:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-04 18:29:29 -0600
commit432cabb07c8718b6a24be78fbc992ee702a2785e (patch)
tree535169754998699642777d0ca8f198f32ec697e7
parentd71290686ed1a5ca1123d0b909993aee18d02061 (diff)
Fixes a few typos in comments
-rw-r--r--nuttx/configs/samv71-xult/include/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/samv71-xult/include/board.h b/nuttx/configs/samv71-xult/include/board.h
index 2f07bdbec6..c629eb1c8d 100644
--- a/nuttx/configs/samv71-xult/include/board.h
+++ b/nuttx/configs/samv71-xult/include/board.h
@@ -96,7 +96,7 @@
* PMC_MCKR_CSS_SLOW Slow Clock
* PMC_MCKR_CSS_MAIN Main Clock
* PMC_MCKR_CSS_PLLA PLLA Clock
- * MC_MCKR_CSS_UPLL Divided UPLL Clock
+ * PMC_MCKR_CSS_UPLL Divided UPLL Clock
*
* BOARD_PMC_MCKR_PRES - Source clock pre-scaler. May be one of:
*
@@ -105,7 +105,7 @@
* PMC_MCKR_PRES_DIV4 Selected clock divided by 4
* PMC_MCKR_PRES_DIV8 Selected clock divided by 8
* PMC_MCKR_PRES_DIV16 Selected clock divided by 16
- * MC_MCKR_PRES_DIV32 Selected clock divided by 32
+ * PMC_MCKR_PRES_DIV32 Selected clock divided by 32
* PMC_MCKR_PRES_DIV64 Selected clock divided by 64
* PMC_MCKR_PRES_DIV3 Selected clock divided by 3
*
@@ -115,7 +115,7 @@
*
* BOARD_PMC_MCKR_MDIV - MCK divider. May be one of:
*
- * PMC_MCKR_MDIV_DIV1 Master Clock is Prescaler Output Clock / 1
+ * PMC_MCKR_MDIV_DIV1 Master Clock = Prescaler Output Clock / 1
* PMC_MCKR_MDIV_DIV2 Master Clock = Prescaler Output Clock / 2
* PMC_MCKR_MDIV_DIV4 Master Clock = Prescaler Output Clock / 4
* PMC_MCKR_MDIV_DIV3 Master Clock = Prescaler Output Clock / 3