X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Fsockets%2Fsocket_minder.h;fp=octopi%2Flibrary%2Fsockets%2Fsocket_minder.h;h=5403226b851936329bec42f7ad33064685289699;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=da6cd18eed4c4b72c47a7936fc0e3875e0f85496;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;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".