From fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 17 Jan 2003 14:24:24 +0000 Subject: et-forest.c: Fix comment typos. * et-forest.c: Fix comment typos. * et-forest.h: Likewise. * except.c: Likewise. * expr.c: Likewise. * flags.h: Likewise. * flow.c: Likewise. * gcc.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * genautomata.c: Likewise. * gengtype.c: Likewise. * genrecog.c: Likewise. * global.c: Likewise. * gthr-rtems.h: Likewise. From-SVN: r61443 --- gcc/gthr-rtems.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/gthr-rtems.h') diff --git a/gcc/gthr-rtems.h b/gcc/gthr-rtems.h index 8d0eb48634b..30cb6254329 100644 --- a/gcc/gthr-rtems.h +++ b/gcc/gthr-rtems.h @@ -1,4 +1,4 @@ -/* RTEMS threads compatibily routines for libgcc2 and libobjc. +/* RTEMS threads compatibility routines for libgcc2 and libobjc. by: Rosimildo da Silva( rdasilva@connecttel.com ) */ /* Compile this one with gcc. */ /* Copyright (C) 1997, 1999, 2000, 2002 Free Software Foundation, Inc. @@ -39,7 +39,7 @@ extern "C" { #define __GTHREAD_ONCE_INIT 0 #define __GTHREAD_MUTEX_INIT_FUNCTION rtems_gxx_mutex_init -/* avoid depedency on rtems specific headers */ +/* Avoid dependency on rtems specific headers. */ typedef void *__gthread_key_t; typedef int __gthread_once_t; typedef void *__gthread_mutex_t; -- cgit v1.2.1