From patchwork Sun Oct 26 19:28:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Evans X-Patchwork-Id: 3382 Received: (qmail 2132 invoked by alias); 26 Oct 2014 19:28:55 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 2117 invoked by uid 89); 26 Oct 2014 19:28:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f181.google.com Received: from mail-pd0-f181.google.com (HELO mail-pd0-f181.google.com) (209.85.192.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 26 Oct 2014 19:28:53 +0000 Received: by mail-pd0-f181.google.com with SMTP id w10so4302865pde.40 for ; Sun, 26 Oct 2014 12:28:51 -0700 (PDT) X-Received: by 10.70.90.108 with SMTP id bv12mr91428pdb.158.1414351731574; Sun, 26 Oct 2014 12:28:51 -0700 (PDT) Received: from seba.sebabeach.org.gmail.com (173-13-178-50-sfba.hfc.comcastbusiness.net. [173.13.178.50]) by mx.google.com with ESMTPSA id pp2sm8906108pbc.66.2014.10.26.12.28.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Oct 2014 12:28:50 -0700 (PDT) From: Doug Evans To: gdb-patches@sourceware.org Subject: [COMMITTED PATCH] block.h (ALL_BLOCK_SYMBOLS): Fix comment. Date: Sun, 26 Oct 2014 12:28:03 -0700 Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Hi. I noticed this while reading block.h. Committed. 2014-10-26 Doug Evans * block.h (ALL_BLOCK_SYMBOLS): Fix comment. diff --git a/gdb/block.h b/gdb/block.h index 0e5d0be..9597477 100644 --- a/gdb/block.h +++ b/gdb/block.h @@ -271,8 +271,8 @@ extern struct symbol *block_iter_match_next (const char *name, symbol_compare_ftype *compare, struct block_iterator *iterator); -/* Macro to loop through all symbols in a block BL, in no particular - order. ITER helps keep track of the iteration, and should be a +/* Macro to loop through all symbols in BLOCK, in no particular + order. ITER helps keep track of the iteration, and must be a struct block_iterator. SYM points to the current symbol. */ #define ALL_BLOCK_SYMBOLS(block, iter, sym) \