From: Doug Evans Date: Tue, 2 Sep 2014 23:29:16 +0000 (-0700) Subject: typeprint.c (find_global_typedef): Fix comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b94fcf1fae8ceb869e5e13ba66355e969680a3a;p=binutils-gdb.git typeprint.c (find_global_typedef): Fix comment. gdb/ChangeLog: * typeprint.c (find_global_typedef): Fix comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c0b6d96a0cf..4761df8e74b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-09-02 Doug Evans + + * typeprint.c (find_global_typedef): Fix comment. + 2014-09-02 Gary Benson * i386-nat.h: Renamed as... diff --git a/gdb/typeprint.c b/gdb/typeprint.c index 3d8620aa4d5..4d3358fa5de 100644 --- a/gdb/typeprint.c +++ b/gdb/typeprint.c @@ -286,8 +286,8 @@ find_global_typedef (const struct type_print_options *flags, return new_tf->name; } - /* Put an entry into the hash table now, in case apply_script_type_printers - recurses. */ + /* Put an entry into the hash table now, in case + apply_ext_lang_type_printers recurses. */ new_tf = XOBNEW (&flags->global_typedefs->storage, struct typedef_field); new_tf->name = NULL; new_tf->type = t;