summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2016-04-06 12:48:17 -0700
committerWan-Teh Chang <wtc@google.com>2016-04-06 12:48:17 -0700
commitf702045f94902d613ef102499c1eab8ff4880a8c (patch)
treef118c37162fd410a5861acd04856050004cab372
parent4f4402c8abdff03d0f7ea068627c596913b77142 (diff)
downloadnss-hg-f702045f94902d613ef102499c1eab8ff4880a8c.tar.gz
Bug 1253913: Add missing comment delimiter. Reformat comment.
r=franziskuskiefer
-rw-r--r--lib/freebl/ecl/ecp_fpinc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/freebl/ecl/ecp_fpinc.c b/lib/freebl/ecl/ecp_fpinc.c
index be0f9667b..0df0faf35 100644
--- a/lib/freebl/ecl/ecp_fpinc.c
+++ b/lib/freebl/ecl/ecp_fpinc.c
@@ -5,10 +5,10 @@
/* This source file is meant to be included by other source files
* (ecp_fp###.c, where ### is one of 160, 192, 224) and should not
* constitute an independent compilation unit. It requires the following
- * preprocessor definitions be made: ECFP_BSIZE - the number of bits in
- * the field's prime
+ * preprocessor definitions be made:
+ * ECFP_BSIZE - the number of bits in the field's prime
* ECFP_NUMDOUBLES - the number of doubles to store one
- * multi-precision integer in floating point
+ * multi-precision integer in floating point */
/* Adds a prefix to a given token to give a unique token name. Prefixes
* with "ecfp" + ECFP_BSIZE + "_". e.g. if ECFP_BSIZE = 160, then