aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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>.
diff --git a/gcc/gthr.h b/gcc/gthr.h
index 7511e35..34e80a3 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.