diff options
author | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
commit | 0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch) | |
tree | 151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /src/cache.c | |
parent | 6deac7761c79417469c515268ba010a5f1fd60fb (diff) |
- s/todo:/TODO:/g
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) { |