Index: src/wp-content/themes/twentytwentyone/inc/template-functions.php
===================================================================
--- src/wp-content/themes/twentytwentyone/inc/template-functions.php	(revision 53161)
+++ src/wp-content/themes/twentytwentyone/inc/template-functions.php	(working copy)
@@ -134,7 +134,7 @@
  */
 function twenty_twenty_one_continue_reading_text() {
 	$continue_reading = sprintf(
-		/* translators: %s: Name of current post. */
+		/* translators: %s: Post title. Only visible to screen readers. */
 		esc_html__( 'Continue reading %s', 'twentytwentyone' ),
 		the_title( '<span class="screen-reader-text">', '</span>', false )
 	);
@@ -167,7 +167,7 @@
 	}
 }
 
-// Filter the excerpt more link.
+// Filter the content more link.
 add_filter( 'the_content_more_link', 'twenty_twenty_one_continue_reading_link' );
 
 if ( ! function_exists( 'twenty_twenty_one_post_title' ) ) {
