From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4377 invoked by alias); 21 Dec 2001 00:47:36 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4355 invoked from network); 21 Dec 2001 00:47:36 -0000 Received: from unknown (HELO hxi?exch01.hxi.com) (63.107.233.166) by sources.redhat.com with SMTP; 21 Dec 2001 00:47:36 -0000 Received: from echo.hxi.com ([10.0.0.104]) by hxi_exch01.hxi.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id TZQCXZTC; Thu, 20 Dec 2001 19:36:35 -0500 From: Kazu Hirata To: gdb-patches@sources.redhat.com Subject: [patch] run.c: Fix a typo in usage. Date: Thu, 20 Dec 2001 16:47:00 -0000 X-SW-Source: 2001-12/txt/msg00555.txt.bz2 Message-ID: <20011220164700.66-rMK6LJ3StUwFBMuRWLrHsbtZbwlG3ab3aUUGyp4I@z> Hi, Attached is a patch to fix comment formatting. Committed as obvious. Kazu Hirata 2001-12-20 Kazu Hirata * run.c (usage): Fix a typo. Index: run.c =================================================================== RCS file: /cvs/src/src/sim/common/run.c,v retrieving revision 1.6 diff -u -r1.6 run.c --- run.c 2001/03/07 20:19:41 1.6 +++ run.c 2001/12/21 00:44:25 @@ -318,7 +318,7 @@ fprintf (stderr, "-c size Set simulator cache size to `size'.\n"); #endif #ifdef SIM_H8300 - fprintf (stderr, "-h Executable is for h8/300h or h8/300s.\n"); + fprintf (stderr, "-h Executable is for H8/300H or H8/S.\n"); #endif fprintf (stderr, "-m size Set memory size of simulator, in bytes.\n"); #ifdef SIM_HAVE_ENVIRONMENT