aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GeneralizedPolynomial-Uniform/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/template.c b/src/GeneralizedPolynomial-Uniform/template.c
index 3a09a34..92b3d3b 100644
--- a/src/GeneralizedPolynomial-Uniform/template.c
+++ b/src/GeneralizedPolynomial-Uniform/template.c
@@ -569,7 +569,7 @@ int FUNCTION_NAME(/***** coordinate system *****/
* FIXME: right now this is used as (eg) RATIONAL(1.0,2.0);
* it might be cleaner if it were RATIONAL(1,2) with the
* preprocessor ## operator used to glue on the .0
- * (I _think_ this is portable, but is it really??)
+ * (I _think_ this is portable, but is it really?)
*/
#define RATIONAL(num,den) (num/den)