diff options
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index c97134c..6fe4fed 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -4888,7 +4888,7 @@ layout_var_decl (tree decl) if (type == error_mark_node) return; - /* If we haven't already layed out this declaration, do so now. + /* If we haven't already laid out this declaration, do so now. Note that we must not call complete type for an external object because it's type might involve templates that we are not supposed to instantiate yet. (And it's perfectly valid to say |