tcl: stm32mp13x: add target and board config files
[fw/openocd] / tcl / bitsbytes.tcl
index 01cc509261875786712749e9ff918552f0f61c9b..756c725df6d95bfd1a20eb4d879ee3840b5d29fe 100644 (file)
@@ -2,7 +2,7 @@
 # Purpose - Create some $BIT variables
 #           Create $K and $M variables
 #          and some bit field extraction variables.
-# Creat helper variables ...
+# Create helper variables ...
 #    BIT0.. BIT31
 
 for { set x 0  } { $x < 32 } { set x [expr {$x + 1}]} {