From 4f671370eb216c2eb91801b81602363af1f15534 Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Mon, 12 Sep 2016 20:14:44 +0000 Subject: [PATCH] config: Fix typo in comment Testing commit access. NFC. llvm-svn: 281250 --- libcxx/include/__config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/__config b/libcxx/include/__config index c4e11013ca7c..586607505f2b 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -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.