diff options
author | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-24 08:44:24 +0000 |
---|---|---|
committer | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-24 08:44:24 +0000 |
commit | e71fa7cc6bdd4f632b96517a7204d926e8805974 (patch) | |
tree | 91f566ce9ad906d210ec165e83b874055949226d /include/timer.h | |
parent | e304c0b37b93dbf1e3f5317a65e80a42648f3199 (diff) |
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
Diffstat (limited to 'include/timer.h')
-rw-r--r-- | include/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |