X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firnodemap.h;h=b0cc076d3e6729dd0928a732acafc4f120bd7b0b;hb=f600524c363556c785b85c0dff8792d04f73e252;hp=1072bca6520cbfee29e2a69105c4af899d910c27;hpb=ec03ce6682fbd1601daff6c9623ba1c413aea446;p=libfirm diff --git a/ir/ir/irnodemap.h b/ir/ir/irnodemap.h index 1072bca65..b0cc076d3 100644 --- a/ir/ir/irnodemap.h +++ b/ir/ir/irnodemap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -21,7 +21,7 @@ * @file * @author Matthias Braun * @date 30.03.2007 - * @brief A nodemap. This should be prefered over a simple pset, because it + * @brief A nodemap. This should be preferred over a simple pset, because it * tries to guarantee deterministic behavior. (and is faster) * @version $Id$ * @note Actually the bits to make the behaviour deterministic are not