From patchwork Wed May 21 19:05:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Evans X-Patchwork-Id: 1062 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx23.g.dreamhost.com (mx2.sub5.homie.mail.dreamhost.com [208.113.200.128]) by wilcox.dreamhost.com (Postfix) with ESMTP id 1959D360079 for ; Wed, 21 May 2014 12:06:19 -0700 (PDT) Received: by homiemail-mx23.g.dreamhost.com (Postfix, from userid 14314964) id B60B06401C3EC; Wed, 21 May 2014 12:06:18 -0700 (PDT) X-Original-To: gdb@patchwork.siddhesh.in Delivered-To: x14314964@homiemail-mx23.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-mx23.g.dreamhost.com (Postfix) with ESMTPS id 743B76402416D for ; Wed, 21 May 2014 12:06:18 -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:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=E0z8fq7Y8kCqyFyOHYyIAAb47LzHw 7p0zJX3LNx9boQLmTVBY6SRlWQERstIQXP4svj96g+4wG95SBvuJztiTSdTvJ7ux 6nZxtnQ78eqV++PkmTnGhhYJQC4cphytkU90U3Tn4JGjGYxuJxo07UE7PGMiAl5H 2kNeDFQ5Q0gom0= 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:subject:date:message-id:mime-version :content-type; s=default; bh=Tc9Y9azXqPbEen1Pz6GqRvKJMTg=; b=OXy H+zfsNB4y84+tkc8OdTa0p9PSVu5xQ5eOz1MJUijiCJncizHDBB29ZuksZrx9qW5 B+F29ayVDrksJSVmmRZeDJqNBMGfdGQWvo5KsPsg07N1R4v0fNcrj0O8y25TcKOF IN1sksbxs23gafTh+3AK6iktwuaGcGQtdQnYARwg= Received: (qmail 17546 invoked by alias); 21 May 2014 19:06:16 -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 17536 invoked by uid 89); 21 May 2014 19:06:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 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-pa0-f50.google.com Received: from mail-pa0-f50.google.com (HELO mail-pa0-f50.google.com) (209.85.220.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 21 May 2014 19:06:14 +0000 Received: by mail-pa0-f50.google.com with SMTP id fb1so1671351pad.23 for ; Wed, 21 May 2014 12:06:13 -0700 (PDT) X-Received: by 10.66.122.67 with SMTP id lq3mr10802600pab.69.1400699173106; Wed, 21 May 2014 12:06:13 -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 yv5sm9326559pbb.49.2014.05.21.12.06.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 May 2014 12:06:12 -0700 (PDT) From: Doug Evans To: gdb-patches@sourceware.org Subject: [commit] scm-breakpoint.c (breakpoint_functions): Fix typo. Date: Wed, 21 May 2014 12:05:54 -0700 Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes X-DH-Original-To: gdb@patchwork.siddhesh.in Hi. fyi, I committed this. 2014-05-21 Doug Evans * scm-breakpoint.c (breakpoint_functions): Fix typo. diff --git a/gdb/guile/scm-breakpoint.c b/gdb/guile/scm-breakpoint.c index d022377..c8371aa 100644 --- a/gdb/guile/scm-breakpoint.c +++ b/gdb/guile/scm-breakpoint.c @@ -1094,7 +1094,7 @@ Return #t if the breakpoint is enabled." }, "\ Set the breakpoint's enabled state.\n\ \n\ - Arguments: boolean" }, { "breakpoint-silent?", 1, 0, 0, gdbscm_breakpoint_silent_p, "\