diff options
author | Fred Fish <fnf@be.com> | 2000-01-27 18:49:12 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-01-27 10:49:12 -0800 |
commit | 899905f6d3ba4d3bf938b4f70130d8978884021c (patch) | |
tree | d02979bd7d592b4a965930553cc6a9dc43f04ba2 /gcc | |
parent | 9082f8471ab95fc599791ff4e57e25cff8bd8729 (diff) | |
download | gcc-899905f6d3ba4d3bf938b4f70130d8978884021c.zip gcc-899905f6d3ba4d3bf938b4f70130d8978884021c.tar.gz gcc-899905f6d3ba4d3bf938b4f70130d8978884021c.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/gthr-posix.h | 2 | ||||
-rw-r--r-- | gcc/gthr-single.h | 2 | ||||
-rw-r--r-- | gcc/gthr-solaris.h | 2 | ||||
-rw-r--r-- | gcc/gthr-vxworks.h | 2 | ||||
-rw-r--r-- | gcc/gthr-win32.h | 2 | ||||
-rw-r--r-- | gcc/gthr.h | 2 |
7 files changed, 15 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de1108f..33ce390 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h index 19231c3..5f197aa 100644 --- a/gcc/gthr-posix.h +++ b/gcc/gthr-posix.h @@ -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. diff --git a/gcc/gthr-single.h b/gcc/gthr-single.h index 69c3412..8fb6746 100644 --- a/gcc/gthr-single.h +++ b/gcc/gthr-single.h @@ -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. diff --git a/gcc/gthr-solaris.h b/gcc/gthr-solaris.h index a6f669c..b76338a 100644 --- a/gcc/gthr-solaris.h +++ b/gcc/gthr-solaris.h @@ -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. diff --git a/gcc/gthr-vxworks.h b/gcc/gthr-vxworks.h index 6d51ded..eb00a43 100644 --- a/gcc/gthr-vxworks.h +++ b/gcc/gthr-vxworks.h @@ -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>. diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h index 31b4779..10e6581 100644 --- a/gcc/gthr-win32.h +++ b/gcc/gthr-win32.h @@ -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>. @@ -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. |