From 2fcad22bd62237536b35c8bfa5b6e81f24937757 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Tue, 27 Dec 2005 23:46:30 +0000 Subject: [PATCH] tweak comment --- src/hash-table.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hash-table.cc b/src/hash-table.cc index ece08e4..d98d90a 100644 --- a/src/hash-table.cc +++ b/src/hash-table.cc @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Specification. */ #include "hash-table.h"