diff options
author | 2013-08-05 09:29:51 +0000 | |
---|---|---|
committer | 2013-08-05 09:29:51 +0000 | |
commit | 6b1d5f95c989162734d4cfcca1ea3e67763de6ff (patch) | |
tree | 0fe4a55a40f011906980b0174e187a5f5a87d148 | |
parent | Add rsu(4). (diff) | |
download | wireguard-openbsd-6b1d5f95c989162734d4cfcca1ea3e67763de6ff.tar.xz wireguard-openbsd-6b1d5f95c989162734d4cfcca1ea3e67763de6ff.zip |
Fix typo.
-rw-r--r-- | regress/lib/libm/cephes/testvectl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libm/cephes/testvectl.c b/regress/lib/libm/cephes/testvectl.c index b7813707e81..9bc083a645f 100644 --- a/regress/lib/libm/cephes/testvectl.c +++ b/regress/lib/libm/cephes/testvectl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: testvectl.c,v 1.4 2013/08/02 22:19:33 kettenis Exp $ */ +/* $OpenBSD: testvectl.c,v 1.5 2013/08/05 09:29:51 kettenis Exp $ */ /* * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> @@ -236,7 +236,7 @@ static struct oneargument test1[] = {"tgammal", tgammal, &NANL, &NANL, 0}, {"tgammal", tgammal, &INFINITYL, &INFINITYL, 0}, {"tgammal", tgammal, &MONEL, &NANL, 0}, - {"tgammal", tgammal, &ZEROL, &INFINTYL, 0}, + {"tgammal", tgammal, &ZEROL, &INFINITYL, 0}, {"tgammal", tgammal, &MINFL, &NANL, 0}, {"lgammal", lgammal, &NANL, &NANL, 0}, {"lgammal", lgammal, &INFINITYL, &INFINITYL, 0}, |