]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* search.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 12 Oct 2004 13:24:18 +0000 (13:24 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 12 Oct 2004 13:24:18 +0000 (13:24 +0000)
From-SVN: r88927

gcc/cp/ChangeLog
gcc/cp/search.c

index a9bcec97fe790fe451ec4f81ee1d2a9c7d9e1d76..688a0d3bfaa90b0483ee3cd2480435f4f568bb94 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-12  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * search.c: Fix comment typos.
+
 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/15786
index 5b642a35c60ad2edae164a88890fb8754bdb1b67..9c3d23077f96e68a09972a9c13d0799d8179b536 100644 (file)
@@ -286,7 +286,7 @@ struct dcast_data_s
                     derived.  */
   tree offset;    /* Best hint offset discovered so far.  */
   bool repeated_base;  /* Whether there are repeated bases in the
-                         heirarchy.  */
+                         hierarchy.  */
 };
 
 /* Worker for dcast_base_hint.  Search for the base type being cast
@@ -1722,7 +1722,7 @@ dfs_walk_once_accessible (tree binfo, bool friends_p,
     {
       if (!BINFO_INHERITANCE_CHAIN (binfo))
        {
-         /* We are at the top of the hierachy, and can use the
+         /* We are at the top of the hierarchy, and can use the
              CLASSTYPE_VBASECLASSES list for unmarking the virtual
              bases.  */
          VEC (tree) *vbases;