X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fhashset.c;h=c2d8d7fa58e916949229140db1cbc55b4bc5fdbd;hb=ef5f65eb6b79824a5523a18d6a114c5466d95d53;hp=a9a6d106a0876fc433270ca9baf09ce9da792170;hpb=cbd71fa6beef47dcfd9a6d125cca0cb0a355afab;p=libfirm diff --git a/ir/adt/hashset.c b/ir/adt/hashset.c index a9a6d106a..c2d8d7fa5 100644 --- a/ir/adt/hashset.c +++ b/ir/adt/hashset.c @@ -1,5 +1,5 @@ /* - * Copyrigth (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -19,10 +19,10 @@ /** * @file - * @date 17.03.2007 - * @brief Geberic hashset implementation + * @brief Generic hashset implementation * @author Matthias Braun, inspiration from densehash from google sparsehash * package + * @date 17.03.2007 * @version $Id$ * *