svn commit: r251046 - head/lib/msun/ld80

Steve Kargl kargl at FreeBSD.org
Mon May 27 22:45:05 UTC 2013


Author: kargl
Date: Mon May 27 22:45:05 2013
New Revision: 251046
URL: http://svnweb.freebsd.org/changeset/base/251046

Log:
  Style(9)
  
  Approved by:	das (implicit)
  Reported by:	jh

Modified:
  head/lib/msun/ld80/s_exp2l.c

Modified: head/lib/msun/ld80/s_exp2l.c
==============================================================================
--- head/lib/msun/ld80/s_exp2l.c	Mon May 27 22:41:43 2013	(r251045)
+++ head/lib/msun/ld80/s_exp2l.c	Mon May 27 22:45:05 2013	(r251046)
@@ -193,7 +193,7 @@ static const double tbl[TBLSIZE * 2] = {
 	0x1.68155d44ca973p+0,	 0x1.038ae44f74p-57,
 };
 
-/*-
+/**
  * Compute the base 2 exponential of x for Intel 80-bit format.
  *
  * Accuracy: Peak error < 0.511 ulp.


More information about the svn-src-head mailing list