diff options
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index b9d37f5..bfcf741 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -1353,7 +1353,7 @@ build_min_non_dep (enum tree_code code, tree non_dep, ...) if (code == COMPOUND_EXPR && TREE_CODE (non_dep) != COMPOUND_EXPR) /* This should not be considered a COMPOUND_EXPR, because it - resolves to an overload. */ + resolves to an overload. */ COMPOUND_EXPR_OVERLOADED (t) = 1; va_end (p); |