From: Sebastian Buchwald Date: Thu, 29 Jul 2010 13:37:31 +0000 (+0000) Subject: can not -> cannot. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=356710b98613e3113e385be0af2531a875a62cf6;p=libfirm can not -> cannot. [r27848] --- diff --git a/include/libfirm/vrp.h b/include/libfirm/vrp.h index cb752305d..29691435f 100644 --- a/include/libfirm/vrp.h +++ b/include/libfirm/vrp.h @@ -33,9 +33,9 @@ enum range_types { VRP_UNDEFINED, /**< No information could be derived so far */ VRP_RANGE, /**< bottom and top form a range, including both values */ - VRP_ANTIRANGE, /**< range from bottom to top can not be, but borders might - be */ - VRP_VARYING /**< information can not be derived */ + VRP_ANTIRANGE, /**< range from bottom to top cannot be, but borders might + be */ + VRP_VARYING /**< information cannot be derived */ }; /** VRP information */