X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Fsockets%2Fsocket_minder.h;h=5403226b851936329bec42f7ad33064685289699;hb=f1e81455b3b10bbf8ffa5cb2c7827997c5fc686e;hp=da6cd18eed4c4b72c47a7936fc0e3875e0f85496;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/octopi/library/sockets/socket_minder.h b/octopi/library/sockets/socket_minder.h index da6cd18e..5403226b 100644 --- a/octopi/library/sockets/socket_minder.h +++ b/octopi/library/sockets/socket_minder.h @@ -60,7 +60,7 @@ public: socket_data *lock_socket_data(int socket); // locates the data for the "socket" specified. the list is left locked - // unless NIL is returned. + // unless NULL_POINTER is returned. void unlock_socket_data(socket_data *to_unlock); // unlocks the list of socket data again and zeroes "to_unlock".