The behavior of the header line in show-mode changed from showing the
subject of the first open message to showing the subject of the first
message in 
4d77f18b.  Update a comment to reflect this.
 
       (run-hooks 'notmuch-show-hook))
 
-    ;; Set the header line to the subject of the first open message.
+    ;; Set the header line to the subject of the first message.
     (setq header-line-format (notmuch-show-strip-re (notmuch-show-get-pretty-subject)))))
 
 (defun notmuch-show-capture-state ()