summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/DesignDocs
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-10-13 22:22:42 +0000
committerEric Fiselier <eric@efcs.ca>2015-10-13 22:22:42 +0000
commitb34aa900fcfeed22989da1d5b309466633b6692b (patch)
treeded421f2fc01b46efb43ecac7a2841d53aea7614 /libcxx/docs/DesignDocs
parent4f770dee5435d20c71bdb7627615476d93b6b741 (diff)
downloadbcm5719-llvm-b34aa900fcfeed22989da1d5b309466633b6692b.tar.gz
bcm5719-llvm-b34aa900fcfeed22989da1d5b309466633b6692b.zip
Fix whitespace in doc
llvm-svn: 250238
Diffstat (limited to 'libcxx/docs/DesignDocs')
-rw-r--r--libcxx/docs/DesignDocs/CapturingConfigInfo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/DesignDocs/CapturingConfigInfo.rst b/libcxx/docs/DesignDocs/CapturingConfigInfo.rst
index 0f16ca1168f..73378a21c0a 100644
--- a/libcxx/docs/DesignDocs/CapturingConfigInfo.rst
+++ b/libcxx/docs/DesignDocs/CapturingConfigInfo.rst
@@ -49,7 +49,7 @@ header. The rule first generates a dummy "__config_site" header containing the r
#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
OpenPOWER on IntegriCloud