aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2009-05-03 15:09:38 -0400
committerJeremy Henty <onepoint@starurchin.org>2009-05-03 15:09:38 -0400
commitd492c394081bded6d9ad6d7a6895f8d07ed0899f (patch)
tree3b9728f6723a910f1655c067ec74c6dc1bdb9a89 /src
parent4abe29ec2ac3c0cac267f9d6be53d9a83ad7bc3c (diff)
Comment fix for a_Cache_open_url()
Diffstat (limited to 'src')
-rw-r--r--src/cache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cache.c b/src/cache.c
index d02c4195..38b1e672 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -374,14 +374,13 @@ void a_Cache_entry_remove_by_url(DilloUrl *url)
* Try finding the url in the cache. If it hits, send the cache contents
* from there. If it misses, set up a new connection.
*
- * - 'Web' is an auxiliar data structure with misc. parameters.
+ * - 'Web' is an auxiliary data structure with misc. parameters.
* - 'Call' is the callback that receives the data
* - 'CbData' is custom data passed to 'Call'
* Note: 'Call' and/or 'CbData' can be NULL, in that case they get set
* later by a_Web_dispatch_by_type, based on content/type and 'Web' data.
*
* Return value: A primary key for identifying the client,
- * 0 if the client is aborted in the process.
*/
int a_Cache_open_url(void *web, CA_Callback_t Call, void *CbData)
{