mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix typo
This commit is contained in:
parent
3c7e7a693b
commit
cd61ab1c2e
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id:$
|
||||
* $Id: poly_l2.c,v 1.3 1994/04/29 21:23:28 gclarkii Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
@ -286,7 +286,7 @@ poly_l2p1(FPU_REG * arg, FPU_REG * result)
|
|||
poly_div16(&Xsq);
|
||||
|
||||
/* Do the basic fixed point polynomial evaluation */
|
||||
polynomial((u_int *) &accum.sigl), (unsigned *) &Xsq, lterms, HIPOWER - 1);
|
||||
polynomial((u_int *) &accum.sigl, (unsigned *) &Xsq, lterms, HIPOWER - 1);
|
||||
|
||||
accum.tag = TW_Valid; /* set the tags to Valid */
|
||||
accum.sign = SIGN_POS; /* and make accum positive */
|
||||
|
|
|
|||
Loading…
Reference in a new issue