From patchwork Tue Dec 21 09:20:00 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jie Zhang X-Patchwork-Id: 76270 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 512F1B7088 for ; Tue, 21 Dec 2010 20:20:31 +1100 (EST) Received: (qmail 14076 invoked by alias); 21 Dec 2010 09:20:27 -0000 Received: (qmail 14066 invoked by uid 22791); 21 Dec 2010 09:20:25 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Dec 2010 09:20:21 +0000 Received: (qmail 20684 invoked from network); 21 Dec 2010 09:20:19 -0000 Received: from unknown (HELO ?192.168.0.101?) (jie@127.0.0.2) by mail.codesourcery.com with ESMTPA; 21 Dec 2010 09:20:19 -0000 Message-ID: <4D107140.1060909@codesourcery.com> Date: Tue, 21 Dec 2010 17:20:00 +0800 From: Jie Zhang User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101213 Lightning/1.0b2 Icedove/3.1.7 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: [ARm, commit] Fix a typo in comment X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, I have committed this patch under the obvious rule. Regards, * config/arm/arm-ldmstm.ml: Fix a typo in comment. Index: config/arm/arm-ldmstm.ml =================================================================== --- config/arm/arm-ldmstm.ml (revision 168104) +++ config/arm/arm-ldmstm.ml (working copy) @@ -26,7 +26,7 @@ 3.09.2, though other versions will probably work too. Run with: - ocaml arm-ldmstm.ml >/path/to/gcc/config/arm/ldmstm.ml + ocaml arm-ldmstm.ml >/path/to/gcc/config/arm/ldmstm.md *) type amode = IA | IB | DA | DB