Index: wp-content/themes/twentyeleven/archive.php
===================================================================
--- wp-content/themes/twentyeleven/archive.php	(revision 17803)
+++ wp-content/themes/twentyeleven/archive.php	(working copy)
@@ -58,7 +58,7 @@
 					<?php
 						/* Include the Post-Format-specific template for the content.
 						 * If you want to overload this in a child theme then include a file
-						 * called loop-___.php (where ___ is the Post Format name) and that will be used instead.
+						 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
 						 */
 						get_template_part( 'content', get_post_format() );
 					?>
Index: wp-content/themes/twentyeleven/author.php
===================================================================
--- wp-content/themes/twentyeleven/author.php	(revision 17803)
+++ wp-content/themes/twentyeleven/author.php	(working copy)
@@ -57,7 +57,7 @@
 					<?php
 						/* Include the Post-Format-specific template for the content.
 						 * If you want to overload this in a child theme then include a file
-						 * called loop-___.php (where ___ is the Post Format name) and that will be used instead.
+						 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
 						 */
 						get_template_part( 'content', get_post_format() );
 					?>
Index: wp-content/themes/twentyeleven/category.php
===================================================================
--- wp-content/themes/twentyeleven/category.php	(revision 17803)
+++ wp-content/themes/twentyeleven/category.php	(working copy)
@@ -28,7 +28,7 @@
 					<?php
 						/* Include the Post-Format-specific template for the content.
 						 * If you want to overload this in a child theme then include a file
-						 * called loop-___.php (where ___ is the Post Format name) and that will be used instead.
+						 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
 						 */
 						get_template_part( 'content', get_post_format() );
 					?>
Index: wp-content/themes/twentyeleven/search.php
===================================================================
--- wp-content/themes/twentyeleven/search.php	(revision 17803)
+++ wp-content/themes/twentyeleven/search.php	(working copy)
@@ -26,7 +26,7 @@
 					<?php
 						/* Include the Post-Format-specific template for the content.
 						 * If you want to overload this in a child theme then include a file
-						 * called loop-___.php (where ___ is the Post Format name) and that will be used instead.
+						 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
 						 */
 						get_template_part( 'content', get_post_format() );
 					?>
Index: wp-content/themes/twentyeleven/tag.php
===================================================================
--- wp-content/themes/twentyeleven/tag.php	(revision 17803)
+++ wp-content/themes/twentyeleven/tag.php	(working copy)
@@ -30,7 +30,7 @@
 					<?php
 						/* Include the Post-Format-specific template for the content.
 						 * If you want to overload this in a child theme then include a file
-						 * called loop-___.php (where ___ is the Post Format name) and that will be used instead.
+						 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
 						 */
 						get_template_part( 'content', get_post_format() );
 					?>
