diff --git a/test/edu/nps/moves/dis7/SignalPdusTest.java b/test/edu/nps/moves/dis7/SignalPdusTest.java
index 3a78765b62017f4e7de64d994ed822545b44e96b..1ae60ffc7c5b2cce3f476a3f8538c7ebaf7cb571 100644
--- a/test/edu/nps/moves/dis7/SignalPdusTest.java
+++ b/test/edu/nps/moves/dis7/SignalPdusTest.java
@@ -130,7 +130,7 @@ public class SignalPdusTest {
         mutex.acquire();
         Path path = Path.of(recorder.getLogFile()).getParent();
         
-        // Note: the player will all any and all log files in the given path
+        // Note: the player will playback all log files in the given path
         PduPlayer player = new PduPlayer(netif.getMcastGroup(), netif.getDisPort(), path);
         player.sendToNet(false);
         player.addRawListener(ba -> {