lib/package_find_obsoletes: fix comment

This commit is contained in:
Duncaen 2019-03-15 13:34:30 +01:00
parent 2c69345acc
commit 4d1f9832c1

View File

@ -131,7 +131,7 @@ xbps_find_pkg_obsoletes(struct xbps_handle *xhp,
rv = xbps_file_hash_check(file, oldhash);
if (rv == ENOENT || rv == ERANGE) {
/*
Skip unexistent and files that do not
* Skip unexistent and files that do not
* match the hash.
*/
continue;