opkg: make .opk as the default opkg file extension
[oweals/opkg-lede.git] / libopkg / opkg_install.c
index a3893c7131f54e89cc2fc926d15d57f00af2e2cf..47554d0fe0b02a503c7ed9dbac3e9af55f37cf3b 100644 (file)
@@ -521,7 +521,7 @@ static int verify_pkg_installable(opkg_conf_t *conf, pkg_t *pkg)
      * XXX: BUG easy for cworth
      * 1) please point the call below to the correct current root destination
      * 2) we need to resolve how to check the required space for a pending pkg, 
-     *    my diddling with the .ipk file size below isn't going to cut it.
+     *    my diddling with the .opk file size below isn't going to cut it.
      * 3) return a proper error code instead of 1
      */
      int comp_size, blocks_available;