summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorkargl <kargl@FreeBSD.org>2013-06-03 17:24:46 +0000
committerkargl <kargl@FreeBSD.org>2013-06-03 17:24:46 +0000
commit403fdc9cb166bbb4b0a06387070995ec24d8aa78 (patch)
treeaf4891fefd1ac08622e7840caa6e207d592329f3 /lib/msun
parent302ead39efe225ad7f1f1e5a79fffba173088dd1 (diff)
downloadFreeBSD-src-403fdc9cb166bbb4b0a06387070995ec24d8aa78.zip
FreeBSD-src-403fdc9cb166bbb4b0a06387070995ec24d8aa78.tar.gz
* Style(9). Start non-Copyright fancy formatted comments with /**.
Reviewed by: bde (as part of larger diff)
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/ld80/s_expl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/ld80/s_expl.c b/lib/msun/ld80/s_expl.c
index a0c88de..ab0f2bf 100644
--- a/lib/msun/ld80/s_expl.c
+++ b/lib/msun/ld80/s_expl.c
@@ -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
OpenPOWER on IntegriCloud