From dc3c62f3e40e88c77aad7a60bbdd4a61fca1a572 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 20 Jul 2018 08:36:45 +0000 Subject: adjust incorrect comment llvm-svn: 337532 --- libcxx/src/experimental/filesystem/operations.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcxx/src/experimental/filesystem/operations.cpp') diff --git a/libcxx/src/experimental/filesystem/operations.cpp b/libcxx/src/experimental/filesystem/operations.cpp index 126aec501a6..28851028aba 100644 --- a/libcxx/src/experimental/filesystem/operations.cpp +++ b/libcxx/src/experimental/filesystem/operations.cpp @@ -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; } -- cgit v1.2.3