diff --git a/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/rsync/RsyncCopier.java b/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/rsync/RsyncCopier.java
index 47e6868e5d9390caa4af6915ff62f00ae4b86ac4..d1fe8db30764d20ab3a84ce4c66264f6f6bb24d5 100644
--- a/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/rsync/RsyncCopier.java
+++ b/datamover/source/java/ch/systemsx/cisd/datamover/filesystem/remote/rsync/RsyncCopier.java
@@ -163,7 +163,7 @@ public final class RsyncCopier implements IPathCopier
      */
     public final boolean terminate()
     {
-        // FIXME 2008-06-02, Christian Ribeaud: Reimplement this once it is possible to run the
+        // TODO 2008-06-02, Christian Ribeaud: Reimplement this once it is possible to run the
         // killer process NOW in ProcessExecutionHelper.
         // final Process copyProcess = copyProcessReference.get();
         // if (copyProcess != null)