From 9dcd5d1a89d5cabdca77f8bf468cf632427e0bde Mon Sep 17 00:00:00 2001 From: MooingLemur Date: Fri, 28 Jul 2023 01:51:22 -0700 Subject: [PATCH] comment grammar --- src/engine/zsmOps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();