Fix typo in last change.

This commit is contained in:
Roland McGrath 2022-03-03 13:06:50 -08:00
parent 8674f082e3
commit 26caf9aca8

View File

@ -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;