commit 10194caa23d90ddaec484861e08359da8558759a
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue Feb 15 13:23:03 2022 +0100

    Minor.

diff --git a/src/main/java/org/distorted/external/RubikUpdates.java b/src/main/java/org/distorted/external/RubikUpdates.java
index 5b51443a..691b6090 100644
--- a/src/main/java/org/distorted/external/RubikUpdates.java
+++ b/src/main/java/org/distorted/external/RubikUpdates.java
@@ -253,7 +253,7 @@ public class RubikUpdates
       }
     catch(IndexOutOfBoundsException ie)
       {
-      // ignore; the mCompleted must have been removed already
+      // ignore; the UpdateInfo must have been removed already
       // past a successful update; see updateDone()
       }
     return 0;
@@ -300,7 +300,7 @@ public class RubikUpdates
       }
     catch(IndexOutOfBoundsException ie)
       {
-      // ignore; the mCompleted must have been removed already
+      // ignore; the UpdateInfo must have been removed already
       // past a successful update; see updateDone()
       }
     }
