]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* semantics.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 11 Oct 2004 11:47:11 +0000 (11:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 11 Oct 2004 11:47:11 +0000 (11:47 +0000)
From-SVN: r88875

gcc/cp/ChangeLog
gcc/cp/semantics.c

index 08f73ab6e15be7ca6d908712564f8a4314aacd01..08af9b059c7d7361507c88124b4fe3dc6997fe70 100644 (file)
@@ -1,3 +1,7 @@
+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
index 0fb5c684a8ff966a3aad8f47774b9d71c00bad91..a417785621078fe86344a944a592305f7ee8647f 100644 (file)
@@ -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)