aboutsummaryrefslogtreecommitdiffstats
path: root/agent/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/cache.c')
-rw-r--r--agent/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/cache.c b/agent/cache.c
index 58cec4253..445c4c5a8 100644
--- a/agent/cache.c
+++ b/agent/cache.c
@@ -213,7 +213,7 @@ agent_get_cache (const char *key)
log_debug ("agent_get_cache `%s'...\n", key);
housekeeping ();
- /* FIXME: Returning pointers is not thread safe - add a referencense
+ /* FIXME: Returning pointers is not thread safe - add a reference
counter */
for (r=thecache; r; r = r->next, count++)
{