aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/event-pipe.cc
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@google.com>2022-03-03 13:06:50 -0800
committerRoland McGrath <mcgrathr@google.com>2022-03-03 13:06:50 -0800
commit26caf9aca81bbdaebcfaf61d458ae70699d3abc4 (patch)
tree3465957009782d5ba25540640e9fe6909d1354fa /gdbsupport/event-pipe.cc
parent8674f082e3f0d3f27ded5d93ebbd11cd702f5f04 (diff)
downloadbinutils-26caf9aca81bbdaebcfaf61d458ae70699d3abc4.zip
binutils-26caf9aca81bbdaebcfaf61d458ae70699d3abc4.tar.gz
binutils-26caf9aca81bbdaebcfaf61d458ae70699d3abc4.tar.bz2
Fix typo in last change.
Diffstat (limited to 'gdbsupport/event-pipe.cc')
-rw-r--r--gdbsupport/event-pipe.cc2
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;