From: Gabriel Dos Reis Date: Mon, 19 May 2003 11:04:18 +0000 (+0000) Subject: Fix comment-style. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1447166965c4f0dade2b1d67dfdfdcb22ea5270;p=gcc.git Fix comment-style. From-SVN: r66957 --- diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c index 889d4953a81..dfee8fdfe41 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;