Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / octopi / library / sockets / socket_minder.h
index da6cd18eed4c4b72c47a7936fc0e3875e0f85496..5403226b851936329bec42f7ad33064685289699 100644 (file)
@@ -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".