From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9890 invoked by alias); 22 Nov 2011 13:34:05 -0000 Received: (qmail 9837 invoked by uid 22791); 22 Nov 2011 13:34:04 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-dy0-f41.google.com (HELO mail-dy0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Nov 2011 13:33:51 +0000 Received: by dye36 with SMTP id 36so17561dye.0 for ; Tue, 22 Nov 2011 05:33:50 -0800 (PST) Received: by 10.204.16.67 with SMTP id n3mr19949649bka.6.1321968829904; Tue, 22 Nov 2011 05:33:49 -0800 (PST) Received: from bulbasaur (l49-9-169.cn.ru. [178.49.9.169]) by mx.google.com with ESMTPS id c4sm10077176bkk.13.2011.11.22.05.33.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Nov 2011 05:33:49 -0800 (PST) From: Andrey Smirnov To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 22/348] Fix -Wsahdow warnings References: <878vn88fw3.fsf@gmail.com> Date: Tue, 22 Nov 2011 13:34:00 -0000 In-Reply-To: (Eli Zaretskii's message of "Tue, 22 Nov 2011 08:14:38 -0500") Message-ID: <87fwhg703r.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00576.txt.bz2 Eli Zaretskii writes: >> From: Andrey Smirnov >> Date: Tue, 22 Nov 2011 20:07:24 +0700 >> >> -expand_hash_table (struct bcache *bcache) >> +expand_hash_table (struct bcache *cahce) > ^^^^^ > Is the typo intentional? Sorry about that. No it isn't. Please ignore that particular patch I'll send corrected version soon(I'm in the middle of a git rebase --interactive, so I can't edit that particular commit just yet). Andrey Smirnov