From: Götz Lindenmaier Date: Tue, 9 Mar 2004 16:07:13 +0000 (+0000) Subject: typos X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=00e0f20d50508e11c9240e26130d784ac362f119;p=libfirm typos [r2516] --- diff --git a/ir/adt/eset.h b/ir/adt/eset.h index be85ff6d7..3f86aeaf2 100644 --- a/ir/adt/eset.h +++ b/ir/adt/eset.h @@ -49,7 +49,7 @@ bool eset_contains(eset *, void *); * Menge speichern, weil man sonst nicht durch die Menge iterieren * kann. * ACHTUNG: Waehrend dem iterieren darf man keine neuen Elemente - * einfuergen!! */ + * einfuegen!! */ void * eset_first(eset *); void * eset_next(eset *); diff --git a/ir/adt/set.h b/ir/adt/set.h index c0f818741..b171c66da 100644 --- a/ir/adt/set.h +++ b/ir/adt/set.h @@ -25,7 +25,7 @@ * The abstract type of a set. * * This sets stores copies of its elements, so there is no need - * to store the elements after there were added to a set. + * to store the elements after they were added to a set. * * @see pset */