summaryrefslogtreecommitdiff
path: root/src/dicache.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-30 16:32:41 +0200
committerjcid <devnull@localhost>2008-09-30 16:32:41 +0200
commit0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch)
tree151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /src/dicache.c
parent6deac7761c79417469c515268ba010a5f1fd60fb (diff)
- s/todo:/TODO:/g
Diffstat (limited to 'src/dicache.c')
-rw-r--r--src/dicache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dicache.c b/src/dicache.c
index 272c14a6..97ed1915 100644
--- a/src/dicache.c
+++ b/src/dicache.c
@@ -255,7 +255,7 @@ void a_Dicache_invalidate_entry(const DilloUrl *Url)
*/
void a_Dicache_callback(int Op, CacheClient_t *Client)
{
- /* todo: Handle Op = CA_Abort (to show what was got) --Jcid */
+ /* TODO: Handle Op = CA_Abort (to show what was got) --Jcid */
uint_t i;
DilloWeb *Web = Client->Web;
DilloImage *Image = Web->Image;