summaryrefslogtreecommitdiffstats
path: root/src/core/downloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/downloader.c')
-rw-r--r--src/core/downloader.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/downloader.c b/src/core/downloader.c
index 6e107bee6..4dc0aa02a 100644
--- a/src/core/downloader.c
+++ b/src/core/downloader.c
@@ -218,8 +218,7 @@ static struct interface_descriptor downloader_job_desc =
* @ret rc Return status code
*
* Instantiates a downloader object to download the specified URI into
- * the specified image object. If the download is successful, the
- * image registration routine @c register_image() will be called.
+ * the specified image object.
*/
int create_downloader ( struct interface *job, struct image *image,
int type, ... ) {