]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengine.h
Fix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p)
[user/henk/code/inspircd.git] / include / socketengine.h
index 95688117ebbeeb777176076768ba4087411d0986..887d2dd562286e7bc675de1d5ea26525f7369a1a 100644 (file)
@@ -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.
         */