summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2005-01-14 00:25:00 +0000
committerMichael Snyder <msnyder@specifix.com>2005-01-14 00:25:00 +0000
commit3c68d25bf70d91dd76d74e03d95ebb1bbd8ba29e (patch)
tree32a9f0791fa2c84ad46f07b77130c9cc3b43bb79
parent91d3accc3421f1a0260d89abbdc704cdd7ddcddd (diff)
downloadgdb-3c68d25bf70d91dd76d74e03d95ebb1bbd8ba29e.tar.gz
2005-01-13 Michael Snyder <msnyder@redhat.com>
* hpux-thread.c: Whitespace tweaks.
-rw-r--r--gdb/ChangeLog1
-rw-r--r--gdb/hpux-thread.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 606f73cdaa9..4e8aec7f0a2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,6 @@
2005-01-13 Michael Snyder <msnyder@redhat.com>
+ * hpux-thread.c: Whitespace tweaks.
* hppa-hpux-tdep.c: Whitespace tweaks.
* gdbcore.h: Whitespace tweaks.
* gdbcmd.h: Whitespace tweaks.
diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c
index 124d960f10c..23b735d5ac5 100644
--- a/gdb/hpux-thread.c
+++ b/gdb/hpux-thread.c
@@ -588,7 +588,7 @@ _initialize_hpux_thread (void)
add_target (&hpux_thread_ops);
child_suppress_run = 1;
- /* Hook into new_objfile notification. */
+ /* Hook into new_objfile notification. */
target_new_objfile_chain = deprecated_target_new_objfile_hook;
deprecated_target_new_objfile_hook = hpux_thread_new_objfile;
}