diff --git a/src/engine/zsmOps.cpp b/src/engine/zsmOps.cpp index 24d543b8..b26e7a27 100644 --- a/src/engine/zsmOps.cpp +++ b/src/engine/zsmOps.cpp @@ -114,7 +114,7 @@ SafeWriter* DivEngine::saveZSM(unsigned int zsmrate, bool loop) { loopNow=true; if (loopNow) { // If Virtual Tempo is in use, our exact loop point - // might be skipped to quantization error. + // might be skipped due to quantization error. // If this happens, the tick immediately following is our loop point. if (ticks==1 || !(loopOrder==curOrder && loopRow==curRow)) { loopPos=zsm.getoffset();