From c92a99774bc11eaa02cfb8c595aeb19e93e20533 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 6 Jun 2021 02:30:23 +0300 Subject: [PATCH 47/47] fc_gitrev_gen.h.tmpl: Don't speak of "revision number" in a comment Git does not have revision numbers but commit id/hash See osdn #42461 Signed-off-by: Marko Lindqvist --- bootstrap/fc_gitrev_gen.h.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/fc_gitrev_gen.h.tmpl b/bootstrap/fc_gitrev_gen.h.tmpl index df3659def7..f52d207d60 100644 --- a/bootstrap/fc_gitrev_gen.h.tmpl +++ b/bootstrap/fc_gitrev_gen.h.tmpl @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 2007 - The Freeciv Project This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ * string. * If FC_GITREV_MOD is defined, this seems to be modified git commit. * In that case FC_GITREV1 contains word "modified " and FC_GITREV2 - * revision number. + * commit id string. * If FC_GITREV_OFF is defined, you should not use FC_GITREV1 and * FC_GITREV2 even though they contain fallback string (currently "dist") */ #define FC_GITREV_ -- 2.30.2