summaryrefslogtreecommitdiff
path: root/gcc/wide-int.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/wide-int.cc')
-rw-r--r--gcc/wide-int.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/wide-int.cc b/gcc/wide-int.cc
index 8c817576505..c0987aa4d63 100644
--- a/gcc/wide-int.cc
+++ b/gcc/wide-int.cc
@@ -139,7 +139,7 @@ canonize_uhwi (HOST_WIDE_INT *val, unsigned int precision)
/* Copy XLEN elements from XVAL to VAL. If NEED_CANON, canonize the
result for an integer with precision PRECISION. Return the length
- of VAL (after any canonization. */
+ of VAL (after any canonization). */
unsigned int
wi::from_array (HOST_WIDE_INT *val, const HOST_WIDE_INT *xval,
unsigned int xlen, unsigned int precision, bool need_canon)