Typo fix.
Index: openbsd.h =================================================================== RCS file: /home/cvs/src/gnu/usr.bin/gcc/gcc/config/alpha/openbsd.h,v retrieving revision 1.9 diff -u -p -r1.9 openbsd.h --- openbsd.h 20 Oct 2010 20:25:33 -0000 1.9 +++ openbsd.h 21 Jan 2011 05:09:41 -0000 @@ -80,7 +80,7 @@ Boston, MA 02111-1307, USA. */ #undef STACK_CHECK_BUILTIN #define STACK_CHECK_BUILTIN 0 -/* OpenBSD doesn't currently supprot thread-local storage. */ +/* OpenBSD doesn't currently support thread-local storage. */ /* alpha.c undefs TARGET_HAVE_TLS and redefines it to HAVE_AS_TLS !?!?! */ #undef HAVE_AS_TLS #define HAVE_AS_TLS false -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
