config: Fix typo in comment

Testing commit access. NFC.

llvm-svn: 281250
This commit is contained in:
Shoaib Meenai 2016-09-12 20:14:44 +00:00
parent c0c0f7a196
commit 4f671370eb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#endif
#if defined(_LIBCPP_ABI_UNSTABLE) || _LIBCPP_ABI_VERSION >= 2
// Change short string represention so that string data starts at offset 0,
// Change short string representation so that string data starts at offset 0,
// improving its alignment in some cases.
#define _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT
// Fix deque iterator type in order to support incomplete types.