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/gthr-solaris.h | |
parent | 9082f8471ab95fc599791ff4e57e25cff8bd8729 (diff) | |
download | gcc-899905f6d3ba4d3bf938b4f70130d8978884021c.tar.gz |
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/gthr-solaris.h')
-rw-r--r-- | gcc/gthr-solaris.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |