X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Fsockets%2Fspocket.h;fp=octopi%2Flibrary%2Fsockets%2Fspocket.h;h=25b00868a568503198c61ca328a740602f069cfd;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=effe26cf0e1ea1780612a7bf042d4492ddbc5149;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/octopi/library/sockets/spocket.h b/octopi/library/sockets/spocket.h index effe26cf..25b00868 100644 --- a/octopi/library/sockets/spocket.h +++ b/octopi/library/sockets/spocket.h @@ -135,7 +135,7 @@ public: // server spocket but which does not allow any normal sending or receiving. // only root servers can have accept called on them. the "sock" will be // a normal server spocket which can be used to send and receive if it - // got connected. for "sock" to be valid, it must not be returned as NIL + // got connected. for "sock" to be valid, it must return as NULL_POINTER // and the returned outcome must be OKAY. if no new connections are // available, then NO_CONNECTION is returned. if the "wait" flag is true, // then the accept on the root server will block until a connection is