1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 11:05:18 +00:00
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@397 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2005-11-11 21:55:07 +00:00
parent 35f5de56b2
commit 257dd33e55

View File

@ -360,7 +360,7 @@ void rebuild_tcp_port_monitor_peek_table(
void * p_void
)
{
/* Run through the monitori's connections and rebuild the peek table
/* Run through the monitor's connections and rebuild the peek table
* of connection pointers. This is done so peeking into the monitor
* can be done in O(1) time instead of O(n) time for each peek. */