- The big forward port. I probably broke lots of stuff, so please look over any
[ircu2.10.12-pk.git] / ircd / list.c
index 79dab30c1ad1ba66664e4ff557e3238e555c0182..10fe8406e11589591bfb1902783f02c08c34640c 100644 (file)
@@ -314,7 +314,7 @@ void remove_client_from_list(struct Client *cptr)
   assert(!cli_next(cptr) || cli_verify(cli_next(cptr)));
   assert(!IsMe(cptr));
 
-  /* Only try to remove cptr from the list if it IS in the list.
+  /* Only try remove cptr from the list if it IS in the list.
    * cli_next(cptr) cannot be NULL here, as &me is always the end
    * the list, and we never remove &me.    -GW 
    */