about summary refs log tree commit diff stats
path: root/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'cache.c')
-rw-r--r--cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.c b/cache.c index 2ccdc4e..0901e6e 100644 --- a/cache.c +++ b/cache.c
@@ -318,7 +318,7 @@ static int process_slot(struct cache_slot *slot)
318 /* If the cache slot does not exist (or its key doesn't match the 318 /* If the cache slot does not exist (or its key doesn't match the
319 * current key), lets try to create a new cache slot for this 319 * current key), lets try to create a new cache slot for this
320 * request. If this fails (for whatever reason), lets just generate 320 * request. If this fails (for whatever reason), lets just generate
321 * the content without caching it and fool the caller to belive 321 * the content without caching it and fool the caller to believe
322 * everything worked out (but print a warning on stdout). 322 * everything worked out (but print a warning on stdout).
323 */ 323 */
324 324