aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2015-10-19 22:48:25 -0400
committerJason Merrill <jason@gcc.gnu.org>2015-10-19 22:48:25 -0400
commita36b732a762dd1768b67d6860262903e68c558f9 (patch)
treedc06cfcde5d529969adac048ee98ebdf5f1adb63 /gcc
parentb6969536a04af6c7c605773a92fce47a7ce115dd (diff)
downloadgcc-a36b732a762dd1768b67d6860262903e68c558f9.zip
gcc-a36b732a762dd1768b67d6860262903e68c558f9.tar.gz
gcc-a36b732a762dd1768b67d6860262903e68c558f9.tar.bz2
typo
From-SVN: r229016
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 8036fb7..5716a13 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -14049,7 +14049,7 @@ start_preparsed_function (tree decl1, tree attrs, int flags)
&& flag_lifetime_dse && DECL_CONSTRUCTOR_P (decl1)
/* We can't clobber safely for an implicitly-defined default constructor
because part of the initialization might happen before we enter the
- consructor, via AGGR_INIT_ZERO_FIRST (c++/68006). */
+ constructor, via AGGR_INIT_ZERO_FIRST (c++/68006). */
&& !implicit_default_ctor_p (decl1))
{
/* Insert a clobber to let the back end know that the object storage