From 137cd2db4d4dba494a050f30fa620e044a560e18 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 5 May 2012 17:59:10 +0200 Subject: [PATCH] Correct typo in comment. --- ir/be/begnuas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/begnuas.c b/ir/be/begnuas.c index c6c0063b1..2e6d11843 100644 --- a/ir/be/begnuas.c +++ b/ir/be/begnuas.c @@ -1583,7 +1583,7 @@ static void emit_global(be_gas_decl_env_t *env, const ir_entity *entity) ir_visibility visibility = get_entity_visibility(entity); ir_linkage linkage = get_entity_linkage(entity); - /* block labels are already emittet in the code */ + /* Block labels are already emitted in the code. */ if (type == get_code_type()) return; -- 2.20.1