]> gcc.gnu.org Git - gcc.git/commitdiff
wide-int: Fix up function comment
authorJakub Jelinek <jakub@redhat.com>
Wed, 17 May 2023 08:17:16 +0000 (10:17 +0200)
committerJakub Jelinek <jakub@redhat.com>
Wed, 17 May 2023 08:17:16 +0000 (10:17 +0200)
When looking into _BitInt support, I've noticed unterminated parens in
a function comment.
Fixing thusly.

2023-05-17  Jakub Jelinek  <jakub@redhat.com>

* wide-int.cc (wi::from_array): Add missing closing paren in function
comment.

gcc/wide-int.cc

index 8c8175765053e8f1135233c5249c96c982b8c2ef..c0987aa4d63a07892e5a8f05ac436208e69a3c3f 100644 (file)
@@ -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)
This page took 0.062638 seconds and 5 git commands to generate.