Small doc comment fix
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 6 Dec 2013 05:35:56 +0000 (21:35 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 6 Dec 2013 05:35:56 +0000 (21:35 -0800)
Change-Id: I236379f9bcd3821df15f25df849b3eabca013c4d

includes/job/jobs/HTMLCacheUpdateJob.php

index 0297a35..0415906 100644 (file)
@@ -66,7 +66,7 @@ class HTMLCacheUpdateJob extends Job {
                                }
                        }
                        // Convert this into no more than $wgUpdateRowsPerJob HTMLCacheUpdateJob per-title
-                       // jobs and possibly a recursive RefreshLinks job for the rest of the backlinks
+                       // jobs and possibly a recursive HTMLCacheUpdateJob job for the rest of the backlinks
                        $jobs = BacklinkJobUtils::partitionBacklinkJob(
                                $this,
                                $wgUpdateRowsPerJob,