From 8074f123d524d404cd60f7ff6edd533962668efc Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 27 Feb 2011 13:59:20 +0000 Subject: [PATCH] (svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong --- src/saveload/station_sl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saveload/station_sl.cpp b/src/saveload/station_sl.cpp index e41cb32888..f32e476be6 100644 --- a/src/saveload/station_sl.cpp +++ b/src/saveload/station_sl.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 station_sl.cpp Code handling saving and loading of economy data */ +/** @file station_sl.cpp Code handling saving and loading of stations. */ #include "../stdafx.h" #include "../station_base.h"