summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/DesignDocs/CapturingConfigInfo.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/docs/DesignDocs/CapturingConfigInfo.rst')
-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 73378a21c0a..88102251d93 100644
--- a/libcxx/docs/DesignDocs/CapturingConfigInfo.rst
+++ b/libcxx/docs/DesignDocs/CapturingConfigInfo.rst
@@ -46,7 +46,7 @@ we do NOTHING.
Otherwise we create a custom installation rule that modifies the installed __config
header. The rule first generates a dummy "__config_site" header containing the required
-#defines. The contents of the dummy header are then prependend to the installed
+#defines. The contents of the dummy header are then prepended 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
OpenPOWER on IntegriCloud