Update a comment in abg-dwarf-reader.cc

* src/abg-dwarf-reader.cc (build_ir_node_from_die): Update a
	comment here.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2014-06-23 17:22:05 +02:00
parent 453ed93d01
commit 3e215cc737

View File

@ -5023,7 +5023,7 @@ build_ir_node_from_die(read_context& ctxt,
switch (tag)
{
// Type DIEs we intent to support someday, maybe.
// Type DIEs we support.
case DW_TAG_base_type:
if((result = build_type_decl(ctxt, die)))
result =