From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129089 invoked by alias); 6 Jul 2016 16:23:42 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 129020 invoked by uid 9078); 6 Jul 2016 16:23:41 -0000 Date: Wed, 06 Jul 2016 16:23:00 -0000 Message-ID: <20160706162341.129017.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Fix typo in comment added by previous commit X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: a68ca43b9014ae45feb3162a5f066524e2b38e1a X-Git-Newrev: 28d393c001975a62af6952a1f516d37a1413ce34 X-SW-Source: 2016-q3/txt/msg00004.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=28d393c001975a62af6952a1f516d37a1413ce34 commit 28d393c001975a62af6952a1f516d37a1413ce34 Author: Corinna Vinschen Date: Wed Jul 6 18:23:05 2016 +0200 Fix typo in comment added by previous commit Signed-off-by: Corinna Vinschen Diff: --- newlib/libc/include/sys/reent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h index 28fbecb..16716dd 100644 --- a/newlib/libc/include/sys/reent.h +++ b/newlib/libc/include/sys/reent.h @@ -38,7 +38,7 @@ typedef __uint32_t __ULong; struct _reent; /* TODO: This structure type isn't defined yet. It's supposed to be used - by locale-specific functions in case a pre-thread locale per SUSv4 has + by locale-specific functions in case a per-thread locale per SUSv4 has been specified. */ struct _thr_locale_t;