From: special Date: Sun, 24 Sep 2006 08:44:24 +0000 (+0000) Subject: Speaking of misleading comments, 'Delete and InspTImer' isn't particularly descriptive X-Git-Tag: v2.0.23~7046 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=e71fa7cc6bdd4f632b96517a7204d926e8805974;p=user%2Fhenk%2Fcode%2Finspircd.git Speaking of misleading comments, 'Delete and InspTImer' isn't particularly descriptive git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5313 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/timer.h b/include/timer.h index 1f6da4521..5c899f059 100644 --- a/include/timer.h +++ b/include/timer.h @@ -84,7 +84,7 @@ class TimerManager : public Extensible * @param T an InspTimer derived class to add */ void AddTimer(InspTimer* T); - /** Delete and InspTImer + /** Delete an InspTimer * @param T an InspTimer derived class to delete */ void DelTimer(InspTimer* T);