diff options
author | Jeff Law <law@redhat.com> | 1995-07-14 15:51:51 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-07-14 15:51:51 +0000 |
commit | 10f644eb64375084fc23be6dd713e3340009cc52 (patch) | |
tree | 34d57c9bbda1544e3b7e2c0317e120a5b8445bcd /gdb/procfs.c | |
parent | 4575a69d6bee0753382a916effaacbf5354589a4 (diff) | |
download | gdb-10f644eb64375084fc23be6dd713e3340009cc52.zip gdb-10f644eb64375084fc23be6dd713e3340009cc52.tar.gz gdb-10f644eb64375084fc23be6dd713e3340009cc52.tar.bz2 |
* procfs.c (procfs_ops): Fix typo in last change.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 699b8d2..bf57c6b 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -3765,7 +3765,7 @@ struct target_ops procfs_ops = { procfs_mourn_inferior, /* to_mourn_inferior */ procfs_can_run, /* to_can_run */ procfs_notice_signals, /* to_notice_signals */ - 0 /* to_thread_alive */ + 0, /* to_thread_alive */ procfs_stop, /* to_stop */ process_stratum, /* to_stratum */ 0, /* to_next */ |