diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-04-25 22:44:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-04-25 22:44:14 +0000 |
commit | f529c3452179c79a0d53992af2c2f13f3de8fdb0 (patch) | |
tree | 5501acd2b9c91960ebf5ec945368919a72f56fb2 /gnu | |
parent | 468461b88833dcb8dfc37b872d650805af2d9137 (diff) |
typo
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/sh/t-openbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/sh/t-openbsd b/gnu/usr.bin/gcc/gcc/config/sh/t-openbsd index e86e26fead9..b5a4261fc53 100644 --- a/gnu/usr.bin/gcc/gcc/config/sh/t-openbsd +++ b/gnu/usr.bin/gcc/gcc/config/sh/t-openbsd @@ -6,7 +6,7 @@ LIB2FUNCS_EXTRA= EXTRA_MULTILIB_PARTS= # OpenBSD's C library includes a fast software FP library that -# has support for setting/setting the rounding mode, exception +# has support for getting/setting the rounding mode, exception # mask, etc. Therefore, we don't want to include software FP # in libgcc. FPBIT = |