# HG changeset patch # User smatz # Date 2011-02-27 13:59:20 # Node ID 3d20cef977a26daea6dfa53845f7021603abb66a # Parent d05b2e25814bb484ee8b2557e2177c83e525bdbc (svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong diff --git a/src/saveload/station_sl.cpp b/src/saveload/station_sl.cpp --- 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"