From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22445 invoked by alias); 18 Jun 2013 22:59:36 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 22436 invoked by uid 89); 18 Jun 2013 22:59:36 -0000 X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Received: from toast.topped-with-meat.com (HELO topped-with-meat.com) (204.197.218.159) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 18 Jun 2013 22:59:35 +0000 Received: by topped-with-meat.com (Postfix, from userid 5281) id 323202C0E4; Tue, 18 Jun 2013 15:59:34 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: libc-ports@sourceware.org Subject: [COMMITTED PATCH] sysdeps/arm/arm-mcount.S: Comment typo fix. Message-Id: <20130618225934.323202C0E4@topped-with-meat.com> Date: Tue, 18 Jun 2013 22:59:00 -0000 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=LYSvtFvi c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=PRFm1ZdSChIA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=2ptxefM1lRUA:10 a=iD_cSV0Ha4CtyUe9K_AA:9 a=CjuIK1q_8ugA:10 X-SW-Source: 2013-06/txt/msg00038.txt.bz2 Committed as obvious. Thanks, Roland ports/ChangeLog.arm * sysdeps/arm/arm-mcount.S: Comment typo fix. --- a/ports/sysdeps/arm/arm-mcount.S +++ b/ports/sysdeps/arm/arm-mcount.S @@ -39,7 +39,7 @@ The calling sequence looks something like: func: push {lr} - bl __gnu_mount_nc + bl __gnu_mcount_nc */