diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 970ed5e77bb..41472a895b5 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -3775,8 +3775,8 @@ struct GTY(()) lang_decl { template struct S {}; template struct S {}; - - the CLASSTPYE_TI_TEMPLATE for S will be S, not the S. + + the CLASSTYPE_TI_TEMPLATE for S will be S, not the S. For a member class template, CLASSTYPE_TI_TEMPLATE always refers to the partial instantiation rather than the primary template. CLASSTYPE_TI_ARGS