Index: wp-content/themes/twentyten/footer.php
===================================================================
--- wp-content/themes/twentyten/footer.php	(revision 14721)
+++ wp-content/themes/twentyten/footer.php	(working copy)
@@ -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
Index: wp-content/themes/twentyten/style.css
===================================================================
--- wp-content/themes/twentyten/style.css	(revision 14721)
+++ wp-content/themes/twentyten/style.css	(working copy)
@@ -902,6 +902,7 @@
 	font-size: 20px;
 	margin-bottom: 0;
 }
+.nopassword,
 h3#comments-title {
 	padding: 24px 0;
 }
@@ -1334,4 +1335,4 @@
 	.home .sticky {
 		border: none;
 	}
-}
\ No newline at end of file
+}
Index: wp-content/themes/twentyten/author.php
===================================================================
--- wp-content/themes/twentyten/author.php	(revision 14721)
+++ wp-content/themes/twentyten/author.php	(working copy)
@@ -32,12 +32,12 @@
 					<div id="entry-author-info">
 						<div id="author-avatar">
 							<?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?>
-						</div><!-- #author-avatar 	-->
+						</div><!-- #author-avatar -->
 						<div id="author-description">
 							<h2><?php printf( __( 'About %s', 'twentyten' ), get_the_author() ); ?></h2>
 							<?php the_author_meta( 'description' ); ?>
 						</div><!-- #author-description	-->
-					</div><!-- .entry-author-info -->
+					</div><!-- #entry-author-info -->
 <?php endif; ?>
 
 <?php
Index: wp-content/themes/twentyten/loop.php
===================================================================
--- wp-content/themes/twentyten/loop.php	(revision 14721)
+++ wp-content/themes/twentyten/loop.php	(working copy)
@@ -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.
@@ -82,7 +82,7 @@
 				<span class="meta-sep">|</span>
 				<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
 				<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
-			</div><!-- #entry-utility -->
+			</div><!-- .entry-utility -->
 		</div>
 
 <?php /* How to display posts in the asides category */ ?>
@@ -105,7 +105,7 @@
 				<span class="meta-sep">|</span>
 				<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
 				<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
-			</div><!-- #entry-utility -->
+			</div><!-- .entry-utility -->
 		</div><!-- #post-(id) -->
 
 <?php /* How to display all other posts. */ ?>
@@ -147,8 +147,8 @@
 				<?php endif; ?>
 				<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
 				<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
-			</div><!-- #entry-utility -->
-		</div><!-- #post-<?php the_ID(); ?> -->
+			</div><!-- .entry-utility -->
+		</div><!-- #post-(id) -->
 
 		<?php comments_template( '', true ); ?>
 
Index: wp-content/themes/twentyten/onecolumn-page.php
===================================================================
--- wp-content/themes/twentyten/onecolumn-page.php	(revision 14721)
+++ wp-content/themes/twentyten/onecolumn-page.php	(working copy)
@@ -27,7 +27,7 @@
 						<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
 						<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
 					</div><!-- .entry-content -->
-				</div><!-- #post-<?php the_ID(); ?> -->
+				</div><!-- #post-(id) -->
 
 				<?php comments_template( '', true ); ?>
 
Index: wp-content/themes/twentyten/page.php
===================================================================
--- wp-content/themes/twentyten/page.php	(revision 14721)
+++ wp-content/themes/twentyten/page.php	(working copy)
@@ -32,7 +32,7 @@
 						<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
 						<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
 					</div><!-- .entry-content -->
-				</div><!-- #post-<?php the_ID(); ?> -->
+				</div><!-- #post-(id) -->
 
 				<?php comments_template( '', true ); ?>
 
Index: wp-content/themes/twentyten/single.php
===================================================================
--- wp-content/themes/twentyten/single.php	(revision 14721)
+++ wp-content/themes/twentyten/single.php	(working copy)
@@ -46,7 +46,7 @@
 								</a>
 							</div><!-- #author-link	-->
 						</div><!-- #author-description -->
-					</div><!-- .entry-author-info -->
+					</div><!-- #entry-author-info -->
 <?php endif; ?>
 
 					<div class="entry-utility">
Index: wp-content/themes/twentyten/comments.php
===================================================================
--- wp-content/themes/twentyten/comments.php	(revision 14721)
+++ wp-content/themes/twentyten/comments.php	(working copy)
@@ -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.
  *
@@ -16,7 +16,7 @@
 			<div id="comments">
 <?php if ( post_password_required() ) : ?>
 				<div class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></div>
-			</div><!-- .comments -->
+			</div><!-- #comments -->
 <?php
 		/* Stop the rest of comments.php from being processed,
 		 * but don't kill the script entirely -- we still have
@@ -70,7 +70,7 @@
 	if ( ! comments_open() ) :
 ?>
 	<p class="nocomments"><?php _e( 'Comments are closed.', 'twentyten' ); ?></p>
-<?php endif; // end ! comments_opened() ?>
+<?php endif; // end ! comments_open() ?>
 
 <?php endif; // end have_comments() ?>
 
Index: wp-content/themes/twentyten/attachment.php
===================================================================
--- wp-content/themes/twentyten/attachment.php	(revision 14721)
+++ wp-content/themes/twentyten/attachment.php	(working copy)
@@ -82,7 +82,7 @@
 <?php else : ?>
 						<a href="<?php echo wp_get_attachment_url(); ?>" title="<?php echo esc_attr( get_the_title() ); ?>" rel="attachment"><?php echo basename( get_permalink() ); ?></a>
 <?php endif; ?>
-						</div>
+						</div><!-- .entry-attachment -->
 						<div class="entry-caption"><?php if ( !empty( $post->post_excerpt ) ) the_excerpt(); ?></div>
 
 <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
@@ -94,7 +94,7 @@
 						<?php twentyten_posted_in(); ?>
 						<?php edit_post_link( __( 'Edit', 'twentyten' ), ' <span class="edit-link">', '</span>' ); ?>
 					</div><!-- .entry-utility -->
-				</div><!-- #post-<?php the_ID(); ?> -->
+				</div><!-- #post-(id) -->
 
 <?php comments_template(); ?>
 
