Commit 22423a1f by Kazu Hirata Committed by Kazu Hirata

* semantics.c: Fix comment typos.

From-SVN: r88875
parent 422d9921
2004-10-11 Kazu Hirata <kazu@cs.umass.edu>
* semantics.c: Fix comment typos.
2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/17554
......
......@@ -363,9 +363,9 @@ maybe_cleanup_point_expr (tree expr)
}
/* Like maybe_cleanup_point_expr except have the type of the new expression be
void so we don't need to create a temprary variable to hold the inner
expression. The reason why we do this is because the orginal type might be
an aggregate and we cannot create a temprary variable for that type. */
void so we don't need to create a temporary variable to hold the inner
expression. The reason why we do this is because the original type might be
an aggregate and we cannot create a temporary variable for that type. */
static tree
maybe_cleanup_point_expr_void (tree expr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment