svn commit: r251316 - head/lib/msun/ld80
Steve Kargl
kargl at FreeBSD.org
Mon Jun 3 17:24:47 UTC 2013
Author: kargl
Date: Mon Jun 3 17:24:46 2013
New Revision: 251316
URL: http://svnweb.freebsd.org/changeset/base/251316
Log:
* Style(9). Start non-Copyright fancy formatted comments with /**.
Reviewed by: bde (as part of larger diff)
Modified:
head/lib/msun/ld80/s_expl.c
Modified: head/lib/msun/ld80/s_expl.c
==============================================================================
--- head/lib/msun/ld80/s_expl.c Mon Jun 3 17:21:43 2013 (r251315)
+++ head/lib/msun/ld80/s_expl.c Mon Jun 3 17:24:46 2013 (r251316)
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-/*-
+/**
* Compute the exponential of x for Intel 80-bit format. This is based on:
*
* PTP Tang, "Table-driven implementation of the exponential function
More information about the svn-src-head
mailing list