Added new general I/O stream classes and interfaces. Still the interfaces have no...
[core.git] / inc / classes / main / output / class_WebOutput.php
index 9c44b06e6c481da544d12fd82a533b981edcc0f1..ff175d0bd10ba137d914b234fdefd5856ccb850d 100644 (file)
@@ -45,7 +45,7 @@ class WebOutput extends BaseFrameworkSystem implements OutputStreamer, Registera
         * @return      $debugInstance                  An instance of this middleware class
         */
        public static final function createWebOutput (ManageableApplication $applicationInstance) {
-               // Is there no instance?
+               // Is the self-instance already set?
                if (is_null(self::$webInstance)) {
                        // Get a new instance and set it
                        self::$webInstance = new WebOutput();