diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-02 04:12:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-02 04:12:51 +0000 |
commit | 4da670585aefda6630c00a87fdae36461f5d037d (patch) | |
tree | e555c77200fbdb24ff8c270972ce2a46ef28b6af | |
parent | e86ea5d8baf8a5434269f9a57c0c3f5688c862d7 (diff) |
spelling error in comment; from brad
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/alpha/openbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/alpha/openbsd.h b/gnu/usr.bin/gcc/gcc/config/alpha/openbsd.h index 9a09e869c16..ff22cdd8730 100644 --- a/gnu/usr.bin/gcc/gcc/config/alpha/openbsd.h +++ b/gnu/usr.bin/gcc/gcc/config/alpha/openbsd.h @@ -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 |