From: fnasser Date: Mon, 23 Oct 2000 22:44:07 +0000 (+0000) Subject: Fix typo in ChangeLog entry. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=663d2f6b0ba1dd1317048255427a6cf080080fe3;p=pf3gnuchains%2Fsourceware.git Fix typo in ChangeLog entry. --- diff --git a/gdb/gdbtk/library/ChangeLog b/gdb/gdbtk/library/ChangeLog index d15d583ec2..f0b73d7ddb 100644 --- a/gdb/gdbtk/library/ChangeLog +++ b/gdb/gdbtk/library/ChangeLog @@ -9,7 +9,7 @@ This change fixes part of the possible scenarios where a race condition would cause core dumps if there were commands changing registers or other target resources in a startup script. - The remaining scenarios are fixed by a patch to generic.gdbtk.c + The remaining scenarios are fixed by a patch to generic/gdbtk-hooks.c * interface.tcl (gdbtk_update_safe): New function. Like gdbtk_update but does nothing if target is running. (gdbtk_register_changed): Call the above safe version.