From patchwork Tue Apr 8 18:03:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Anthony Pasquale Holsten X-Patchwork-Id: 434 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx22.g.dreamhost.com (mx2.sub5.homie.mail.dreamhost.com [208.113.200.128]) by wilcox.dreamhost.com (Postfix) with ESMTP id CBF1F360075 for ; Tue, 8 Apr 2014 11:03:50 -0700 (PDT) Received: by homiemail-mx22.g.dreamhost.com (Postfix, from userid 14307373) id 7708C5288D3A; Tue, 8 Apr 2014 11:03:50 -0700 (PDT) X-Original-To: glibc@patchwork.siddhesh.in Delivered-To: x14307373@homiemail-mx22.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx22.g.dreamhost.com (Postfix) with ESMTPS id 494765286C1B for ; Tue, 8 Apr 2014 11:03:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=VLxyA8wk6hPseyKuuVhSEe+0PXMJkOXYmsFNFYTIo/kgM/J7PB1hm 378Po+mYm8KYjqvQhk9TMaIMHrb/P0xIfnN9u+A8QVV6Ssriv/eYjCIlLULc6s2I rY3KCiGfsPu57uJJKcZIMqncq2ZTsRKdrVqtvA+GKoFv3CWxSklplY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; s=default; bh=oa58R68+aQH2jgTKd+owU0pnX40=; b=xwe5NAQ7SwGWncC7SwAzedU7R16O FJk+7b27vxMZ35+wSSViyUb4ggdtdhjWlHLUSZds5vvb6/7VhmFn92UlXt30hLvz o8+McQUQ/3B+3dwU02uk7WJFF2t4asPclaPD5XDwZpvpBl5xu7h2N0+Q3Cxmh/Cd rZatkwz4NhfULrY= Received: (qmail 16029 invoked by alias); 8 Apr 2014 18:03:48 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 16017 invoked by uid 89); 8 Apr 2014 18:03:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, NO_DNS_FOR_FROM autolearn=no version=3.3.2 X-HELO: Josephs-MacBook-Pro.local From: Joseph Anthony Pasquale Holsten To: libc-alpha@sourceware.org Cc: Joseph Anthony Pasquale Holsten Subject: [PATCH] obvious comment fix (f to if) in resolv/res_query.c Date: Tue, 8 Apr 2014 11:03:25 -0700 Message-Id: <1396980205-2040-1-git-send-email-joseph@josephholsten.com> X-DH-Original-To: glibc@patchwork.siddhesh.in --- resolv/res_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resolv/res_query.c b/resolv/res_query.c index 88c8255..1345dd1 100644 --- a/resolv/res_query.c +++ b/resolv/res_query.c @@ -482,7 +482,7 @@ __libc_res_nsearch(res_state statp, } /* - * f the query has not already been tried as is then try it + * if the query has not already been tried as is then try it * unless RES_NOTLDQUERY is set and there were no dots. */ if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0)