diff options
Diffstat (limited to 'gcc/cp/lambda.c')
-rw-r--r-- | gcc/cp/lambda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/lambda.c b/gcc/cp/lambda.c index 9bf8a56..abb967a 100644 --- a/gcc/cp/lambda.c +++ b/gcc/cp/lambda.c @@ -134,7 +134,7 @@ begin_lambda_type (tree lambda) { /* Unique name. This is just like an unnamed class, but we cannot use - make_anon_name because of certain checks against TYPE_ANONYMOUS_P. */ + make_anon_name because of certain checks against TYPE_UNNAMED_P. */ tree name; name = make_lambda_name (); |