gthr-posix.h: Fix typo; compatibily -> compatibility.

* gthr-posix.h: Fix typo; compatibily -> compatibility.
        * gthr-single.h: Likewise.
        * gthr-solaris.h: Likewise.
        * gthr-vxworks.h: Likewise.
        * gthr-win32.h: Likewise.
        * gthr.h: Likewise.

From-SVN: r31646
This commit is contained in:
Fred Fish 2000-01-27 18:49:12 +00:00 committed by Richard Henderson
parent 9082f8471a
commit 899905f6d3
7 changed files with 15 additions and 6 deletions

View file

@ -1,3 +1,12 @@
2000-01-27 Fred Fish <fnf@be.com>
* gthr-posix.h: Fix typo; compatibily -> compatibility.
* gthr-single.h: Likewise.
* gthr-solaris.h: Likewise.
* gthr-vxworks.h: Likewise.
* gthr-win32.h: Likewise.
* gthr.h: Likewise.
2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
* cppinit.c: Add " (cpplib)" to end of string printed by

View file

@ -1,4 +1,4 @@
/* Threads compatibily routines for libgcc2. */
/* Threads compatibility routines for libgcc2. */
/* Compile this one with gcc. */
/* Copyright (C) 1997 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
/* Threads compatibily routines for libgcc2. */
/* Threads compatibility routines for libgcc2. */
/* Compile this one with gcc. */
/* Copyright (C) 1997 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
/* Threads compatibily routines for libgcc2. */
/* Threads compatibility routines for libgcc2. */
/* Compile this one with gcc. */
/* Copyright (C) 1997 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
/* Threads compatibily routines for libgcc2 for VxWorks. */
/* Threads compatibility routines for libgcc2 for VxWorks. */
/* Compile this one with gcc. */
/* Copyright (C) 1997 Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@wrs.com>.

View file

@ -1,4 +1,4 @@
/* Threads compatibily routines for libgcc2. */
/* Threads compatibility routines for libgcc2. */
/* Compile this one with gcc. */
/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
Contributed by Mumit Khan <khan@xraylith.wisc.edu>.

View file

@ -1,4 +1,4 @@
/* Threads compatibily routines for libgcc2. */
/* Threads compatibility routines for libgcc2. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.