From e997eedfb605aa149004122d63c7c54a8e384132 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 15 Dec 2012 14:40:25 +0100 Subject: [PATCH] becopyopt: Fix typos in comments. --- ir/be/becopyopt_t.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/becopyopt_t.h b/ir/be/becopyopt_t.h index 7e131c710..ab135c1b4 100644 --- a/ir/be/becopyopt_t.h +++ b/ir/be/becopyopt_t.h @@ -39,8 +39,8 @@ struct copy_opt_t { }; /* Helpers */ -#define ASSERT_OU_AVAIL(co) assert((co)->units.next && "Representation as optimization-units not build") -#define ASSERT_GS_AVAIL(co) assert((co)->nodes && "Representation as graph not build") +#define ASSERT_OU_AVAIL(co) assert((co)->units.next && "Representation as optimization-units not built") +#define ASSERT_GS_AVAIL(co) assert((co)->nodes && "Representation as graph not built") static inline unsigned get_irn_col(const ir_node *node) { -- 2.20.1