diff options
author | Roland McGrath <mcgrathr@google.com> | 2022-03-03 13:06:50 -0800 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2022-03-03 13:06:50 -0800 |
commit | 26caf9aca81bbdaebcfaf61d458ae70699d3abc4 (patch) | |
tree | 3465957009782d5ba25540640e9fe6909d1354fa | |
parent | 8674f082e3f0d3f27ded5d93ebbd11cd702f5f04 (diff) | |
download | binutils-26caf9aca81bbdaebcfaf61d458ae70699d3abc4.zip binutils-26caf9aca81bbdaebcfaf61d458ae70699d3abc4.tar.gz binutils-26caf9aca81bbdaebcfaf61d458ae70699d3abc4.tar.bz2 |
Fix typo in last change.
-rw-r--r-- | gdbsupport/event-pipe.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/event-pipe.cc b/gdbsupport/event-pipe.cc index a1d34d5..ed3b63e 100644 --- a/gdbsupport/event-pipe.cc +++ b/gdbsupport/event-pipe.cc @@ -34,7 +34,7 @@ event_pipe::~event_pipe () /* See event-pipe.h. */ bool -event_pipe::open () +event_pipe::open_pipe () { if (is_open ()) return false; |