X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fhashset.c.inl;h=06f4312cd00fd83d217f2ad31b629567775eb81c;hb=945c6c2ceebef5e41c0486c31f49d2319cacb3da;hp=0e7ce35f9803ddf8a9786ea18066484b5747736c;hpb=6b9e67147899f8d1964b8597dddc0dd3bd28e0db;p=libfirm diff --git a/ir/adt/hashset.c.inl b/ir/adt/hashset.c.inl index 0e7ce35f9..06f4312cd 100644 --- a/ir/adt/hashset.c.inl +++ b/ir/adt/hashset.c.inl @@ -44,7 +44,7 @@ * Defining this implies, that a data value contains * more than just the key. *
  • GetKey(value) Extracts the key from a data value
  • - *
  • KeysEqual(hashset,key1,key2) Tests wether 2 keys are equal
  • + *
  • KeysEqual(hashset,key1,key2) Tests whether 2 keys are equal
  • *
  • DO_REHASH Instead of storing the hash-values, recalculate * them on demand from the datavalues. (useful if * calculating the hash-values takes less time than