+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
 
                     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
     {
       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;