diff --git a/Source/Examples/ExampleLauncher.cs b/Source/Examples/ExampleLauncher.cs
index 0d3b2a2b..89e76560 100644
--- a/Source/Examples/ExampleLauncher.cs
+++ b/Source/Examples/ExampleLauncher.cs
@@ -165,7 +165,7 @@ namespace Examples
                 {
                     this.Visible = true;
                     this.TopMost = true;    // Bring the ExampleLauncher window to front
-                    this.TopMost = false;   // but don't allow the user to cover it with other windows.
+                    this.TopMost = false;   // but allow the user to cover it with other windows.
                 }
             }
         }