remove weird unicode chars
[clinton/Smoothieware.git] / src / modules / robot / Block.h
index 886502d..ab2c2fd 100644 (file)
@@ -64,7 +64,7 @@ class Block {
         
         bool is_ready;
 
-        short times_taken;    // A block can be "taken" by any number of modules, and the next block is not moved to until all the modules have "released" it. This value serves as a tracker.
+        short times_taken;    // A block can be "taken" by any number of modules, and the next block is not moved to until all the modules have "released" it. This value serves as a tracker.
 
 };