typos
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 9 Mar 2004 16:07:13 +0000 (16:07 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 9 Mar 2004 16:07:13 +0000 (16:07 +0000)
[r2516]

ir/adt/eset.h
ir/adt/set.h

index be85ff6..3f86aea 100644 (file)
@@ -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 *);
 
index c0f8187..b171c66 100644 (file)
@@ -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
  */