Index: src/wp-content/themes/twentyseventeen/inc/template-functions.php
===================================================================
--- src/wp-content/themes/twentyseventeen/inc/template-functions.php	(revision 56120)
+++ src/wp-content/themes/twentyseventeen/inc/template-functions.php	(working copy)
@@ -67,9 +67,9 @@
 add_filter( 'body_class', 'twentyseventeen_body_classes' );
 
 /**
- * Count our number of active panels.
+ * Counts the number of our active panels.
  *
- * Primarily used to see if we have any panels active, duh.
+ * Primarily used to see if we have any panels active.
  */
 function twentyseventeen_panel_count() {
 
Index: src/wp-content/themes/twentyseventeen/inc/template-tags.php
===================================================================
--- src/wp-content/themes/twentyseventeen/inc/template-tags.php	(revision 56120)
+++ src/wp-content/themes/twentyseventeen/inc/template-tags.php	(working copy)
@@ -70,7 +70,7 @@
 		// Get Tags for posts.
 		$tags_list = get_the_tag_list( '', $separate_meta );
 
-		// We don't want to output .entry-footer if it will be empty, so make sure its not.
+		// We don't want to output .entry-footer if it will be empty, so make sure it is not.
 		if ( ( ( twentyseventeen_categorized_blog() && $categories_list ) || $tags_list ) || get_edit_post_link() ) {
 
 			echo '<footer class="entry-footer">';
@@ -131,7 +131,7 @@
 endif;
 
 /**
- * Display a front page section.
+ * Displays a front page section.
  *
  * @global int|string $twentyseventeencounter Front page section counter.
  * @global WP_Post    $post                   Global post object.
@@ -205,7 +205,7 @@
 
 
 /**
- * Flush out the transients used in twentyseventeen_categorized_blog.
+ * Flushes out the transients used in twentyseventeen_categorized_blog.
  */
 function twentyseventeen_category_transient_flusher() {
 	if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
@@ -219,7 +219,7 @@
 
 if ( ! function_exists( 'wp_body_open' ) ) :
 	/**
-	 * Fire the wp_body_open action.
+	 * Fires the wp_body_open action.
 	 *
 	 * Added for backward compatibility to support pre-5.2.0 WordPress versions.
 	 *
