diff options
Diffstat (limited to 'src/cache.c')
-rw-r--r-- | src/cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cache.c b/src/cache.c index 699faa3b..9ddb0abf 100644 --- a/src/cache.c +++ b/src/cache.c @@ -969,7 +969,7 @@ static void Cache_null_client(int Op, CacheClient_t *Client) * - Remove clients when done * - Call redirect handler * - * todo: Implement CA_Abort Op in client callback + * TODO: Implement CA_Abort Op in client callback */ static void Cache_process_queue(CacheEntry_t *entry) { @@ -1184,7 +1184,7 @@ CacheClient_t *a_Cache_client_get_if_unique(int Key) /* * Remove a client from the client queue - * todo: notify the dicache and upper layers + * TODO: notify the dicache and upper layers */ void a_Cache_stop_client(int Key) { |