[libcxx] r281250 - config: Fix typo in comment

Shoaib Meenai via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 12 13:14:45 PDT 2016


Author: smeenai
Date: Mon Sep 12 15:14:44 2016
New Revision: 281250

URL: http://llvm.org/viewvc/llvm-project?rev=281250&view=rev
Log:
config: Fix typo in comment

Testing commit access. NFC.

Modified:
    libcxx/trunk/include/__config

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=281250&r1=281249&r2=281250&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Mon Sep 12 15:14:44 2016
@@ -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.




More information about the cfe-commits mailing list