X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fset.h;h=746dc95f60f08d75e309dc8196b440e645e83ca4;hb=c9362ce8766a481dbb94da0fff6ebfd581dc41a1;hp=8b95c0c0eb794c84ef99bc93fb703557edd50339;hpb=03395f78c92158d93dc122fa5223149e706d80f6;p=libfirm diff --git a/ir/adt/set.h b/ir/adt/set.h index 8b95c0c0e..746dc95f6 100644 --- a/ir/adt/set.h +++ b/ir/adt/set.h @@ -104,7 +104,7 @@ void *set_find (set *set, const void *key, size_t size, unsigned hash); * @return a pointer to the inserted element * * @note - * It is not possible to insert on element more than once. If an element + * It is not possible to insert one element more than once. If an element * that should be inserted is already in the set, this functions does * nothing but returning its pointer. */