aboutsummaryrefslogtreecommitdiffstats
path: root/extension/rwarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/rwarray.c')
-rw-r--r--extension/rwarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/rwarray.c b/extension/rwarray.c
index af6f1cda..54032e5e 100644
--- a/extension/rwarray.c
+++ b/extension/rwarray.c
@@ -373,7 +373,7 @@ write_number(FILE *fp, awk_value_t *val)
#define MPFR_STR_BASE 62 /* maximize base to minimize string len */
#define MPFR_STR_ROUND mpfr_get_default_rounding_mode()
/*
- * XXX does the choice of MPFR_RNDN matter, given
+ * Does the choice of rounding mode matter, given
* that the precision is 0, so we should be rendering
* in full precision?
*/