From 356710b98613e3113e385be0af2531a875a62cf6 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Thu, 29 Jul 2010 13:37:31 +0000 Subject: [PATCH] can not -> cannot. [r27848] --- include/libfirm/vrp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.20.1