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