X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Feset.h;h=14a6effabb5fd64785d9fbc32e35f3efb5aeaaaa;hb=d0d85962ef52c14950db90e5981a7bea36023ab3;hp=fbdb5e0f13b7ce88409ecbcea1d35afa0a400fa7;hpb=79fec3d09416aca7d6610bc83d2da018e61afee4;p=libfirm diff --git a/ir/adt/eset.h b/ir/adt/eset.h index fbdb5e0f1..14a6effab 100644 --- a/ir/adt/eset.h +++ b/ir/adt/eset.h @@ -55,7 +55,7 @@ void *eset_first(eset *s); */ void *eset_next(eset *s); -/** Inserts all elements of source into target (union). Did NOT work if NULL is contained in source. */ +/** Inserts all elements of source into target (union). Does NOT work if NULL is contained in source. */ void eset_insert_all(eset *target, eset *source); #endif /* _ESET_H_ */