summaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r--gcc/cp/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index c2a98781431..ceb6c4bc32e 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.c
@@ -2742,8 +2742,8 @@ build_delete (tree type, tree addr, special_function_kind auto_delete,
warning ("possible problem detected in invocation of "
"delete operator:");
cxx_incomplete_type_diagnostic (addr, type, 1);
- inform ("neither the destructor nor the class-specific "
- "operator delete will be called, even if they are "
+ inform ("neither the destructor nor the class-specific "
+ "operator delete will be called, even if they are "
"declared when the class is defined.");
complete_p = false;
}