Fix typos in comments and strings to reduce future slumming for credit.
[ircu2.10.12-pk.git] / ircd / list.c
index 7d4a15e4ad9eb0d6f8383cc520a8970245e43644..2dca5e94d6a0d31b44977c22e977169f04636d65 100644 (file)
@@ -443,7 +443,7 @@ void verify_client_list(void)
     /* Verify that the list hasn't become circular */
     assert(cli_next(client) != GlobalClientList);
     assert(visited <= clientAllocCount);
-    /* Remember what should preceed us */
+    /* Remember what should precede us */
     prev = client;
   }
 }