config: Fix typo in comment
authorShoaib Meenai <smeenai@fb.com>
Mon, 12 Sep 2016 20:14:44 +0000 (20:14 +0000)
committerShoaib Meenai <smeenai@fb.com>
Mon, 12 Sep 2016 20:14:44 +0000 (20:14 +0000)
Testing commit access. NFC.

llvm-svn: 281250

libcxx/include/__config

index c4e1101..5866075 100644 (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.