summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-01-05 23:25:44 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-01-05 23:25:44 +0000
commitf3de2448e9f491e5651f203a27e619b83af94807 (patch)
tree263ab68ce1cf9f4a76c6395aba35916b0a5931ea
parentaa6429dc4198ca00feb21b449a03255988b3cf9a (diff)
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
-rw-r--r--src/include/config_elast.h2
1 files changed, 1 insertions, 1 deletions
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: