Browse Source

2000-04-26 Michael Snyder <msnyder@seadog.cygnus.com>

* wrapper.h: fix minor comment typo.
binutils-2_11-branch
Michael Snyder 26 years ago
parent
commit
fa4e99ecee
  1. 1
      gdb/ChangeLog
  2. 2
      gdb/wrapper.h

1
gdb/ChangeLog

@ -5,6 +5,7 @@ Thu Apr 27 10:06:42 2000 Andrew Cagney <cagney@b1.cygnus.com>
2000-04-26 Michael Snyder <msnyder@seadog.cygnus.com>
* utils.c (internal_verror): Call target_terminal_ours.
* wrapper.h: fix minor comment typo.
2000-04-26 Kevin Buettner <kevinb@redhat.com>

2
gdb/wrapper.h

@ -19,7 +19,7 @@
#ifndef WRAPPER_H
#define WRAPPER_H 1
/* Use this struct used to pass arguments to wrapper routines. */
/* Use this struct to pass arguments to wrapper routines. */
struct gdb_wrapper_arguments;
extern int gdb_parse_exp_1 PARAMS ((char **, struct block *,

Loading…
Cancel
Save