Index: wp-content/themes/twentyten/404.php
===================================================================
--- wp-content/themes/twentyten/404.php	(revision 14706)
+++ wp-content/themes/twentyten/404.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The template for displaying 404 pages (Not Found)
+ * The template for displaying 404 pages (Not Found).
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/archive.php
===================================================================
--- wp-content/themes/twentyten/archive.php	(revision 14706)
+++ wp-content/themes/twentyten/archive.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Generic template for Archive pages.
+ * The template for displaying Archive pages.
  *
  * Used to display archive-type pages if nothing more specific matches a query.
  * For example, puts together date-based pages if no date.php file exists.
Index: wp-content/themes/twentyten/attachment.php
===================================================================
--- wp-content/themes/twentyten/attachment.php	(revision 14706)
+++ wp-content/themes/twentyten/attachment.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The template used to display attachments.
+ * The template for displaying attachments.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/author.php
===================================================================
--- wp-content/themes/twentyten/author.php	(revision 14706)
+++ wp-content/themes/twentyten/author.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The template used to display Author Archive pages
+ * The template for displaying Author Archive pages.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/author.php
===================================================================
--- wp-content/themes/twentyten/author.php	(revision 14706)
+++ wp-content/themes/twentyten/author.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The template used to display Author Archive pages
+ * The template for displaying Author Archive pages.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/category.php
===================================================================
--- wp-content/themes/twentyten/category.php	(revision 14706)
+++ wp-content/themes/twentyten/category.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The template used to display Category Archive pages
+ * The template for displaying Category Archive pages.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/comments.php
===================================================================
--- wp-content/themes/twentyten/comments.php	(revision 14706)
+++ wp-content/themes/twentyten/comments.php	(working copy)
@@ -1,11 +1,11 @@
 <?php
 /**
- * The template used to display Comments
+ * The template for displaying Comments.
  *
  * The area of the page that contains both current comments
  * and the comment form.  The actual display of comments is
  * handled by a callback to twentyten_comment which is
- * located in the functions.php file
+ * located in the functions.php file.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/footer.php
===================================================================
--- wp-content/themes/twentyten/footer.php	(revision 14706)
+++ wp-content/themes/twentyten/footer.php	(working copy)
@@ -1,9 +1,9 @@
 <?php
 /**
- * The template used to display the footer
+ * The template for displaying the footer.
  *
  * Contains the closing of the id=main div and all content
- * after.  Calls sidebar-footer.php for bottom widgets
+ * after.  Calls sidebar-footer.php for bottom widgets.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/index.php
===================================================================
--- wp-content/themes/twentyten/index.php	(revision 14706)
+++ wp-content/themes/twentyten/index.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The main template file
+ * The main template file.
  *
  * This is the most generic template file in a WordPress theme
  * and one of the two required files for a theme (the other being style.css).
Index: wp-content/themes/twentyten/loop.php
===================================================================
--- wp-content/themes/twentyten/loop.php	(revision 14706)
+++ wp-content/themes/twentyten/loop.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The loop that displays posts
+ * The loop that displays posts.
  *
  * The loop displays the posts and the post content.  See
  * http://codex.wordpress.org/The_Loop to understand it and
Index: wp-content/themes/twentyten/page.php
===================================================================
--- wp-content/themes/twentyten/page.php	(revision 14706)
+++ wp-content/themes/twentyten/page.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The template used to display all pages
+ * The template for displaying all pages.
  *
  * This is the template that displays all pages by default.
  * Please note that this is the wordpress construct of pages
Index: wp-content/themes/twentyten/search.php
===================================================================
--- wp-content/themes/twentyten/search.php	(revision 14706)
+++ wp-content/themes/twentyten/search.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The Search Results template
+ * The template for displaying Search Results pages.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/sidebar-footer.php
===================================================================
--- wp-content/themes/twentyten/sidebar-footer.php	(revision 14706)
+++ wp-content/themes/twentyten/sidebar-footer.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The Footer widget areas
+ * The Footer widget areas.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/sidebar.php
===================================================================
--- wp-content/themes/twentyten/sidebar.php	(revision 14706)
+++ wp-content/themes/twentyten/sidebar.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The Sidebar containing the primary and secondary widget areas
+ * The Sidebar containing the primary and secondary widget areas.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/single.php
===================================================================
--- wp-content/themes/twentyten/single.php	(revision 14706)
+++ wp-content/themes/twentyten/single.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The Template used to display all single posts
+ * The Template for displaying all single posts.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
Index: wp-content/themes/twentyten/tag.php
===================================================================
--- wp-content/themes/twentyten/tag.php	(revision 14706)
+++ wp-content/themes/twentyten/tag.php	(working copy)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The template used to display Tag Archive pages
+ * The template for displaying Tag Archive pages.
  *
  * @package WordPress
  * @subpackage Twenty_Ten