From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2277 invoked by alias); 2 Jan 2015 19:04:52 -0000 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 Received: (qmail 2259 invoked by uid 89); 2 Jan 2015 19:04:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-ob0-f201.google.com Received: from mail-ob0-f201.google.com (HELO mail-ob0-f201.google.com) (209.85.214.201) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 02 Jan 2015 19:04:49 +0000 Received: by mail-ob0-f201.google.com with SMTP id nt9so7872232obb.0 for ; Fri, 02 Jan 2015 11:04:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-type; bh=D/OgkZTLz01gKcVxhjBl30CxizHfpayCKk4tYxkwQdY=; b=GWLflTEqT9WbQVHvrPJwr5Ee+qIny7/oO1Rt+3LE4QTKfWxnkYT8wD7STewMO8T0Xd oOPUbPPwu2XtDdzO4i9WtajLfoqFnOXio4BqtDFaJu1zccEzVooMLh1aF875qKMqPQaS J9JwydGg3MYcWQ2ddrhe4o7MzsD8F088X7PR0J4r8VmM8FxaDa/5f0SyyblfITz+GrgJ 4lyFCGpxD/OVuqGkka4HYu4BuRnMGiNyPXIggDgYZTbRGot1X6JmMn+6ipDNcTzJpq5A QkLgsuDyo08kDSsQldUZIz/PDaar6Uty7l87ILiTRI4kLVYvk6e/V1Bl3U+FcPNoizFK r6hA== X-Gm-Message-State: ALoCoQm5mCO/Alukmk6p5x3KcTKjrtdFN0tGwR0LssM12l5Y+r0V4pVamrUbjkTxG+U172fUgcBkKXlRvT1AsWeo37U35ZkBZ8D8fvRQlg0H2fJOltNFtNJA59KBPQBmytSsEObB1zlTx6KV+IfRM2TZ54AZMerJlFErS+qdCvIyRVTHWgmboIs= X-Received: by 10.43.99.202 with SMTP id ct10mr62968254icc.29.1420225487261; Fri, 02 Jan 2015 11:04:47 -0800 (PST) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id t7si702598yho.3.2015.01.02.11.04.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Jan 2015 11:04:47 -0800 (PST) Received: from ruffy.mtv.corp.google.com ([172.17.128.44]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTPS id L1XnYavQ.1; Fri, 02 Jan 2015 11:04:47 -0800 From: Doug Evans To: gdb-patches@sourceware.org Subject: [COMMITTED PATCH] symtab.h (struct symbol): Fix typo in comment. Date: Fri, 02 Jan 2015 19:04:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00015.txt.bz2 Hi. I forgot to update this comment before checkin. Committed. 2015-01-02 Doug Evans * symtab.h (struct symbol): Fix typo in comment. diff --git a/gdb/symtab.h b/gdb/symtab.h index 90a5fdb..d1d2147 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -712,7 +712,7 @@ struct symbol struct type *type; /* The owner of this symbol. - Which one to use is defined by symbol.is_arch_owned. */ + Which one to use is defined by symbol.is_objfile_owned. */ union {