diff --git a/wp-content/themes/twentyten/comments.php b/wp-content/themes/twentyten/comments.php
index 7863ca1066..eece437d69 100644
--- a/wp-content/themes/twentyten/comments.php
+++ b/wp-content/themes/twentyten/comments.php
@@ -3,7 +3,7 @@
* 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
+ * 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.
*
diff --git a/wp-content/themes/twentyten/footer.php b/wp-content/themes/twentyten/footer.php
index 6d0d1ab588..337cc9123d 100644
--- a/wp-content/themes/twentyten/footer.php
+++ b/wp-content/themes/twentyten/footer.php
@@ -3,7 +3,7 @@
* 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
diff --git a/wp-content/themes/twentyten/header.php b/wp-content/themes/twentyten/header.php
index 54971c930f..835e9979bb 100644
--- a/wp-content/themes/twentyten/header.php
+++ b/wp-content/themes/twentyten/header.php
@@ -79,9 +79,9 @@
diff --git a/wp-content/themes/twentyten/loop-attachment.php b/wp-content/themes/twentyten/loop-attachment.php
index defa104053..e775869730 100644
--- a/wp-content/themes/twentyten/loop-attachment.php
+++ b/wp-content/themes/twentyten/loop-attachment.php
@@ -2,7 +2,7 @@
/**
* The loop that displays an attachment.
*
- * The loop displays the posts and the post content. See
+ * The loop displays the posts and the post content. See
* http://codex.wordpress.org/The_Loop to understand it and
* http://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
@@ -114,4 +114,4 @@
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentyten/loop-page.php b/wp-content/themes/twentyten/loop-page.php
index 252a1d0e63..88c5d74549 100644
--- a/wp-content/themes/twentyten/loop-page.php
+++ b/wp-content/themes/twentyten/loop-page.php
@@ -2,7 +2,7 @@
/**
* The loop that displays a page.
*
- * The loop displays the posts and the post content. See
+ * The loop displays the posts and the post content. See
* http://codex.wordpress.org/The_Loop to understand it and
* http://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
@@ -33,4 +33,4 @@
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentyten/loop-single.php b/wp-content/themes/twentyten/loop-single.php
index 4d89a6a0dc..1dde4aa3ef 100644
--- a/wp-content/themes/twentyten/loop-single.php
+++ b/wp-content/themes/twentyten/loop-single.php
@@ -2,7 +2,7 @@
/**
* The loop that displays a single post.
*
- * The loop displays the posts and the post content. See
+ * The loop displays the posts and the post content. See
* http://codex.wordpress.org/The_Loop to understand it and
* http://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
@@ -64,4 +64,4 @@
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentyten/loop.php b/wp-content/themes/twentyten/loop.php
index 9dc6297dfa..3e22fe2477 100644
--- a/wp-content/themes/twentyten/loop.php
+++ b/wp-content/themes/twentyten/loop.php
@@ -2,7 +2,7 @@
/**
* The loop that displays posts.
*
- * The loop displays the posts and the post content. See
+ * The loop displays the posts and the post content. See
* http://codex.wordpress.org/The_Loop to understand it and
* http://codex.wordpress.org/Template_Tags to understand
* the tags used in it.