Index: gcc/gcc/gthr-tpf.h |
diff --git a/gcc/gcc/gthr-tpf.h b/gcc/gcc/gthr-tpf.h |
index 4bc7e63642fc95b5c1d42531e590bad1e723ca9b..fb23e91cfcd4d37f5a18eb2c1f8514a392b95676 100644 |
--- a/gcc/gcc/gthr-tpf.h |
+++ b/gcc/gcc/gthr-tpf.h |
@@ -23,7 +23,7 @@ a copy of the GCC Runtime Library Exception along with this program; |
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see |
<http://www.gnu.org/licenses/>. */ |
-/* TPF needs its own version of gthr-*.h because TPF always links to |
+/* TPF needs its own version of gthr-*.h because TPF always links to |
the thread library. However, for performance reasons we still do not |
want to issue thread api calls unless a check is made to see that we |
are running as a thread. */ |
@@ -206,7 +206,7 @@ __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *__mutex) |
static inline int |
__gthread_recursive_mutex_init_function (__gthread_recursive_mutex_t *__mutex) |
-{ |
+{ |
if (__tpf_pthread_active ()) |
{ |
pthread_mutexattr_t __attr; |