summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/abb/twl3025.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/abb/twl3025.h')
-rwxr-xr-xsrc/target/firmware/include/abb/twl3025.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/include/abb/twl3025.h b/src/target/firmware/include/abb/twl3025.h
index 938a4252..727bde03 100755
--- a/src/target/firmware/include/abb/twl3025.h
+++ b/src/target/firmware/include/abb/twl3025.h
@@ -122,7 +122,7 @@ enum vrpcsts_reg_bits {
enum togbr2_bits {
TOGBR2_KEEPR = (1 << 0), /* Clear KEEPON bit */
TOGBR2_KEEPS = (1 << 1), /* Set KEEPON bit */
- TOGBR2_ACTR = (1 << 2), /* Dectivate MCLK */
+ TOGBR2_ACTR = (1 << 2), /* Deactivate MCLK */
TOGBR2_ACTS = (1 << 3), /* Activate MCLK */
TOGBR2_IBUFPTR1 = (1 << 4), /* Initialize pointer of burst buffer 1 */
TOGBR2_IBUFPTR2 = (1 << 5), /* Initialize pointer of burst buffer 2 */