diff --git a/src/pathfinder/opf/opf_ship.cpp b/src/pathfinder/opf/opf_ship.cpp
index 9fee6b2709..47c2ebc92c 100644
--- a/src/pathfinder/opf/opf_ship.cpp
+++ b/src/pathfinder/opf/opf_ship.cpp
@@ -7,7 +7,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see .
*/
-/** @file pathfind.cpp Implementation of the oldest supported pathfinder. */
+/** @file opf_ship.cpp Implementation of the oldest supported ship pathfinder. */
#include "../../stdafx.h"
#include "../../tunnelbridge_map.h"
diff --git a/src/table/airporttile_ids.h b/src/table/airporttile_ids.h
index d4124a1684..fa97753877 100644
--- a/src/table/airporttile_ids.h
+++ b/src/table/airporttile_ids.h
@@ -7,7 +7,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see .
*/
-/** @file airporttile_id.h Enum of the default airport tiles. */
+/** @file airporttile_ids.h Enum of the default airport tiles. */
#ifndef AIRPORTTILE_IDS_H
#define AIRPORTTILE_IDS_H