diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs
index 8d9d80e3a03a0120107be0bfe78855fbb1303abe..5dd7a992a02df9cc1fbfbd7fa123c1c9b205656d 100644
--- a/AutoTx/AutoTx.cs
+++ b/AutoTx/AutoTx.cs
@@ -586,7 +586,7 @@ namespace AutoTx
             // next check if there is a transfer that has to be resumed:
             CheckTransfersToResume();
 
-            // check if any of the above calls changed the copystate:
+            // check if any of the above calls changed the transfer state:
             if (_transferState != TxState.Stopped)
                 return;