This is not a bug any longer.
[project/opkg-lede.git] / libopkg / opkg_download.c
index e84340aca5284fc4529f30f4a1c28f89aa3ac352..b1f009fa937ee9ce8e439d1dae273528ff5dcd67 100644 (file)
@@ -252,7 +252,7 @@ opkg_download_pkg(pkg_t *pkg, const char *dir)
 
     sprintf_alloc(&url, "%s/%s", pkg->src->value, pkg->filename);
 
-    /* XXX: BUG: The pkg->filename might be something like
+    /* The pkg->filename might be something like
        "../../foo.opk". While this is correct, and exactly what we
        want to use to construct url above, here we actually need to
        use just the filename part, without any directory. */