From f3de2448e9f491e5651f203a27e619b83af94807 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 5 Jan 2017 23:25:44 +0000 Subject: [PATCH] config_elast: fix typo (NFC) Missed the original typo which was duplicated. NFC. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291192 91177308-0d34-0410-b5e6-96231b3b80d8 --- src/include/config_elast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/config_elast.h b/src/include/config_elast.h index dd736d1a5..97104290d 100644 --- a/src/include/config_elast.h +++ b/src/include/config_elast.h @@ -30,7 +30,7 @@ // No _LIBCPP_ELAST needed on Apple #elif defined(__sun__) #define _LIBCPP_ELAST ESTALE -#elif defined(_LIBCPP_MSCVRT) +#elif defined(_LIBCPP_MSVCRT) #define _LIBCPP_ELAST _sys_nerr #else // Warn here so that the person doing the libcxx port has an easier time: