Index: index.php
===================================================================
--- index.php	(revision 7991)
+++ index.php	(working copy)
@@ -1,8 +1,7 @@
 <?php
 /**
- * Front to the WordPress application. Most of WordPress is loaded through this
- * file. This file doesn't do anything, but loads the file which does and tells
- * WordPress to load the theme.
+ * Front to the WordPress application. This file doesn't do anything, but loads
+ * wp-blog-header.php which does and tells WordPress to load the theme.
  *
  * @package WordPress
  */
Index: wp-login.php
===================================================================
--- wp-login.php	(revision 7991)
+++ wp-login.php	(working copy)
@@ -1,6 +1,10 @@
 <?php
 /**
+ * WordPress User Page
  *
+ * Handles authentication, registering, resetting passwords, forgot password,
+ * and other user handling.
+ *
  * @package WordPress
  */
 

