Index: modules/update/update.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.module,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 update.module
--- modules/update/update.module	15 Jan 2008 08:29:25 -0000	1.12
+++ modules/update/update.module	15 Jan 2008 16:36:40 -0000
@@ -337,10 +337,11 @@ function update_get_available($refresh =
 }
 
 /**
- * Implementation of hook_flush_caches().  The function update.php (among others)
- * calls this hook to flush the caches.  Since we're running update.php, we are
- * likely to install a new version of something, in which case, we want to check
- * for available update data again.
+ * Implementation of hook_flush_caches().
+ *
+ * The function update.php (among others) calls this hook to flush the caches.
+ * Since we're running update.php, we are likely to install a new version of
+ * something, in which case, we want to check for available update data again.
  */
 function update_flush_caches() {
   return array('cache_update');
