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=d7e8a05960951d8ce67e36c587726a851e2f5165;hp=effe26cf0e1ea1780612a7bf042d4492ddbc5149;hpb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;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