]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/init.c
Fix double word typos.
[thirdparty/gcc.git] / gcc / cp / init.c
index 860a277629e1e26fb779889783bda0212d6d8c1d..01194d6d499f89a1f8aed8ff33dac5ede4f09e73 100644 (file)
@@ -321,7 +321,7 @@ build_value_init (tree type, tsubst_flags_t complain)
 
      - if T is a class type (clause 9) with either no default constructor
        (12.1) or a default constructor that is user-provided or deleted,
-       then then the object is default-initialized;
+       then the object is default-initialized;
 
      - if T is a (possibly cv-qualified) class type without a user-provided
        or deleted default constructor, then the object is zero-initialized