Index: wp-content/themes/twentyten/loop.php
===================================================================
--- wp-content/themes/twentyten/loop.php	(revision 14329)
+++ wp-content/themes/twentyten/loop.php	(working copy)
@@ -85,7 +85,7 @@
 <?php /* How to display posts in the asides category */ ?>
 	<?php elseif ( in_category( 'asides' ) ) : ?>
 		<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<?php if ( is_archive() || is_search() ) : //Only display Excerpts for archives & search ?>
+	<?php if ( is_archive() || is_search() ) : // Only display Excerpts for archives & search ?>
 			<div class="entry-summary">
 				<?php the_excerpt( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
 			</div><!-- .entry-summary -->
@@ -130,7 +130,7 @@
 				?>
 			</div><!-- .entry-meta -->
 
-	<?php if ( is_archive() || is_search() ) : //Only display Excerpts for archives & search ?>
+	<?php if ( is_archive() || is_search() ) : // Only display Excerpts for archives & search ?>
 			<div class="entry-summary">
 				<?php the_excerpt( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
 			</div><!-- .entry-summary -->
@@ -148,7 +148,7 @@
 				<?php if ( ! empty( $tags_text ) ) : ?>
 				<span class="tag-links"><span class="entry-utility-prep entry-utility-prep-tag-links"><?php echo $tags_text; ?></span></span>
 				<span class="meta-sep"> | </span>
-				<?php endif; //$tags_text ?>
+				<?php endif; // $tags_text ?>
 				<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 -->
