summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog9
-rw-r--r--gcc/gthr-posix.h2
-rw-r--r--gcc/gthr-single.h2
-rw-r--r--gcc/gthr-solaris.h2
-rw-r--r--gcc/gthr-vxworks.h2
-rw-r--r--gcc/gthr-win32.h2
-rw-r--r--gcc/gthr.h2
7 files changed, 15 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index de1108fb9cc..33ce390f4e8 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 19231c3c464..5f197aa521c 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 69c34122294..8fb674667b1 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 a6f669c2e09..b76338af864 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 6d51ded2cda..eb00a4346cc 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 31b4779873b..10e65815ac3 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>.
diff --git a/gcc/gthr.h b/gcc/gthr.h
index 7511e35a7ab..34e80a35796 100644
--- a/gcc/gthr.h
+++ b/gcc/gthr.h
@@ -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.