From 00e0f20d50508e11c9240e26130d784ac362f119 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Tue, 9 Mar 2004 16:07:13 +0000 Subject: [PATCH] typos [r2516] --- ir/adt/eset.h | 2 +- ir/adt/set.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.20.1