From: Michael Beck Date: Wed, 9 Jan 2008 10:30:58 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=86e591b1f6ec4a47f7ae14216582f45274a2fd46;p=libfirm typo fixed [r17238] --- diff --git a/ir/ir/irnodemap.h b/ir/ir/irnodemap.h index b82827242..b0cc076d3 100644 --- a/ir/ir/irnodemap.h +++ b/ir/ir/irnodemap.h @@ -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