From patchwork Sat Aug 21 13:25:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 62346 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 06A68B70D6 for ; Sat, 21 Aug 2010 23:25:52 +1000 (EST) Received: (qmail 12096 invoked by alias); 21 Aug 2010 13:25:49 -0000 Received: (qmail 12071 invoked by uid 22791); 21 Aug 2010 13:25:49 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 21 Aug 2010 13:25:43 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id D9E94CB0206; Sat, 21 Aug 2010 15:25:41 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dGqWP0S9YlID; Sat, 21 Aug 2010 15:25:41 +0200 (CEST) Received: from new-host.home (ADijon-552-1-24-115.w92-138.abo.wanadoo.fr [92.138.39.115]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id B36A8CB01DE; Sat, 21 Aug 2010 15:25:41 +0200 (CEST) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: [Ada] Fix typo in comment Date: Sat, 21 Aug 2010 15:25:40 +0200 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Cc: Uros Bizjak Message-Id: <201008211525.40340.ebotcazou@adacore.com> 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 Spotted by Uros. Tested on x86_64-suse-linux, applied on the mainline. 2010-08-21 Eric Botcazou * tracebak.c: Fix typo in comment. Index: tracebak.c =================================================================== --- tracebak.c (revision 163443) +++ tracebak.c (working copy) @@ -493,8 +493,8 @@ __gnat_backtrace (void **array, #else -/* No target specific implementation and neither USE_GCC_UNWINDER not - USE_GCC_UNWINDER defined. */ +/* No target specific implementation and neither USE_GCC_UNWINDER nor + USE_GENERIC_UNWINDER defined. */ /*------------------------------* *-- The dummy implementation --*