if (sendTimeLineIsHistoric)
    {
        /*
-        * Streaming an old timeline timeline that's in this server's history,
-        * but is not the one we're currently inserting or replaying. It can
-        * be streamed up to the point where we switched off that timeline.
+        * Streaming an old timeline that's in this server's history, but is
+        * not the one we're currently inserting or replaying. It can be
+        * streamed up to the point where we switched off that timeline.
         */
        SendRqstPtr = sendTimeLineValidUpto;
    }
 
    snprintf(param->xlogdir, sizeof(param->xlogdir), "%s/pg_xlog", basedir);
 
    /*
-    * Create pg_xlog/archive_status (and thus pg_xlog) so we can can write to
+    * Create pg_xlog/archive_status (and thus pg_xlog) so we can write to
     * basedir/pg_xlog as the directory entry in the tar file may arrive
     * later.
     */