[libcxx] r250238 - Fix whitespace in doc

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 13 15:22:42 PDT 2015


Author: ericwf
Date: Tue Oct 13 17:22:42 2015
New Revision: 250238

URL: http://llvm.org/viewvc/llvm-project?rev=250238&view=rev
Log:
Fix whitespace in doc

Modified:
    libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst

Modified: libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst?rev=250238&r1=250237&r2=250238&view=diff
==============================================================================
--- libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst (original)
+++ libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst Tue Oct 13 17:22:42 2015
@@ -49,7 +49,7 @@ header. The rule first generates a dummy
 #defines. The contents of the dummy header are then prependend to the installed
 __config header. By manually prepending the files we avoid the cost of an
 extra #include and we allow the __config header to be ignorant of the extra
- configuration all together. An example "__config" header generated when
+configuration all together. An example "__config" header generated when
 -DLIBCXX_ENABLE_THREADS=OFF is given to CMake would look something like:
 
 .. code-block:: cpp




More information about the cfe-commits mailing list