From: Gabriel Dos Reis Date: Mon, 19 May 2003 11:04:18 +0000 (+0000) Subject: Fix comment-style. X-Git-Tag: releases/gcc-3.4.0~6473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1447166965c4f0dade2b1d67dfdfdcb22ea5270;p=thirdparty%2Fgcc.git Fix comment-style. From-SVN: r66957 --- diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c index 889d4953a81f..dfee8fdfe41b 100644 --- a/gcc/cp/name-lookup.c +++ b/gcc/cp/name-lookup.c @@ -105,7 +105,7 @@ binding_table_free (binding_table table) { binding_entry entry = temp; temp = entry->chain; - entry->chain = NULL; // just be sure + entry->chain = NULL; binding_entry_free (entry); } table->chain[i] = temp;