X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fbitsbytes.tcl;h=756c725df6d95bfd1a20eb4d879ee3840b5d29fe;hb=57d9fd9bbc79e0bf7d642754f41390f17987d8cc;hp=01cc509261875786712749e9ff918552f0f61c9b;hpb=64d89d5ee1a554fbae8eb0a7231ccb2dc4428c1a;p=fw%2Fopenocd diff --git a/tcl/bitsbytes.tcl b/tcl/bitsbytes.tcl index 01cc50926..756c725df 100644 --- a/tcl/bitsbytes.tcl +++ b/tcl/bitsbytes.tcl @@ -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}]} {