From patchwork Sun May 12 15:56:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Marchi X-Patchwork-Id: 32654 Received: (qmail 103616 invoked by alias); 12 May 2019 15:57:04 -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 103607 invoked by uid 89); 12 May 2019 15:57:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_SOFTFAIL autolearn=ham version=3.3.1 spammy=H*Ad:D*ca, HContent-Transfer-Encoding:8bit X-HELO: barracuda.ebox.ca Received: from barracuda.ebox.ca (HELO barracuda.ebox.ca) (96.127.255.19) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 12 May 2019 15:57:02 +0000 Received: from smtp.ebox.ca (smtp.ebox.ca [96.127.255.82]) by barracuda.ebox.ca with ESMTP id Tr1fC2detfblP2UX (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 12 May 2019 11:57:00 -0400 (EDT) Received: from simark.lan (unknown [192.222.164.54]) by smtp.ebox.ca (Postfix) with ESMTP id E76B5441D64; Sun, 12 May 2019 11:56:59 -0400 (EDT) From: Simon Marchi To: gdb-patches@sourceware.org Cc: Simon Marchi Subject: [pushed] Fix two langauge -> language typos Date: Sun, 12 May 2019 11:56:59 -0400 Message-Id: <20190512155659.22033-1-simon.marchi@polymtl.ca> MIME-Version: 1.0 X-IsSubscribed: yes --- gdb/ChangeLog | 6 ++++++ gdb/language.c | 2 +- gdb/location.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3bc92c9c6a6f..19458ccc7263 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2019-05-12 Paul Naert + + * language.c (language_sniff_from_mangled_name): Fix "langauge" + typo. + * location.h (string_to_event_location): Likewise. + 2019-05-11 Joel Brobecker GDB 8.3 released. diff --git a/gdb/language.c b/gdb/language.c index 9d0eb03b4209..2f561c456ef5 100644 --- a/gdb/language.c +++ b/gdb/language.c @@ -623,7 +623,7 @@ language_demangle (const struct language_defn *current_language, return NULL; } -/* See langauge.h. */ +/* See language.h. */ int language_sniff_from_mangled_name (const struct language_defn *lang, diff --git a/gdb/location.h b/gdb/location.h index fcacc965e86b..9e87520dfb10 100644 --- a/gdb/location.h +++ b/gdb/location.h @@ -226,7 +226,7 @@ extern event_location_up in the input string, it will take precedence over this parameter. */ extern event_location_up string_to_event_location - (const char **argp, const struct language_defn *langauge, + (const char **argp, const struct language_defn *language, symbol_name_match_type match_type = symbol_name_match_type::WILD); /* Like string_to_event_location, but does not attempt to parse