Replace "squid" with "CDN" in various comments
[lhc/web/wiklou.git] / includes / jobqueue / jobs / HTMLCacheUpdateJob.php
index cffd564..df0a66e 100644 (file)
@@ -139,7 +139,7 @@ class HTMLCacheUpdateJob extends Job {
                        __METHOD__
                ) );
 
-               // Update squid
+               // Update CDN
                $u = CdnCacheUpdate::newFromTitles( $titleArray );
                $u->doUpdate();