diff options
Diffstat (limited to 'include/socketengine.h')
-rw-r--r-- | include/socketengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socketengine.h b/include/socketengine.h index 95688117e..887d2dd56 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -353,7 +353,7 @@ public: */ virtual int Shutdown(EventHandler* fd, int how); - /** Abstraction for BSD sockets shutdownt(2). + /** Abstraction for BSD sockets shutdown(2). * This function should emulate its namesake system call exactly. * @return This method should return exactly the same values as the system call it emulates. */ |