diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-27 18:49:12 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-27 18:49:12 +0000 |
commit | 00a2e859a967ad871963a6f3fd365f10808e7ac3 (patch) | |
tree | d02979bd7d592b4a965930553cc6a9dc43f04ba2 /gcc/gthr.h | |
parent | af3cb4c30c38d5631d23723604fa0db90f0b2465 (diff) | |
download | gcc-00a2e859a967ad871963a6f3fd365f10808e7ac3.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31646 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr.h')
-rw-r--r-- | gcc/gthr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |