adjust incorrect comment

llvm-svn: 337532
This commit is contained in:
Eric Fiselier 2018-07-20 08:36:45 +00:00
parent f52726aae9
commit dc3c62f3e4
1 changed files with 2 additions and 1 deletions

View File

@ -1426,7 +1426,8 @@ error_code directory_entry::__do_refresh() noexcept {
__data_.__cache_type_ = directory_entry::_RefreshSymlinkUnresolved;
return error_code{};
}
// Otherwise, we resolved the link as not existing. That's OK.
// Otherwise, we either resolved the link, potentially as not existing.
// That's OK.
__data_.__cache_type_ = directory_entry::_RefreshSymlink;
}