From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32754 invoked by alias); 25 Sep 2008 11:24:28 -0000 Received: (qmail 32745 invoked by uid 22791); 25 Sep 2008 11:24:27 -0000 X-Spam-Check-By: sourceware.org Received: from mail.bfw-online.de (HELO mail.bfw-online.de) (62.245.186.164) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 25 Sep 2008 11:23:48 +0000 Received: from lar.bfw.de ([222.222.222.4] ident=springl) by mail.bfw-online.de with esmtp (Exim 4.69) (envelope-from ) id 1Kiowi-0002ht-Ov for gdb-patches@sourceware.org; Thu, 25 Sep 2008 13:23:44 +0200 Date: Thu, 25 Sep 2008 11:24:00 -0000 From: Stephan Springl To: gdb-patches@sourceware.org Subject: [PATCH] Topo in gdb comment Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SA-Exim-Connect-IP: 222.222.222.4 X-SA-Exim-Mail-From: springl-gdb@bfw-online.de X-SA-Exim-Scanned: No (on mail.bfw-online.de); SAEximRunCond expanded to false 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: 2008-09/txt/msg00499.txt.bz2 Hi, while browsing the gdb sources, I found the following as of cvs two hours ago. Thank you for your work. Regards, Stephan commit 79662b1ee004e54352560f67c0781a737352c6e6 Author: Stephan Springl Date: Thu Sep 25 11:49:30 2008 +0200 fix comment typos diff --git a/src/gdb/stack.c b/src/gdb/stack.c index 1725dc6..2efe3e5 100644 --- a/src/gdb/stack.c +++ b/src/gdb/stack.c @@ -202,9 +202,9 @@ print_this_frame_argument_p (struct symbol *sym) of arguments according to the stack frame (or -1 if the number of arguments is unknown). */ -/* Note that currently the "number of argumentss according to the +/* Note that currently the "number of arguments according to the stack frame" is only known on VAX where i refers to the "number of - ints of argumentss according to the stack frame". */ + ints of arguments according to the stack frame". */ static void print_frame_args (struct symbol *func, struct frame_info *frame, -- Stephan Springl springl-gdb@bfw-online.de