[PATCH] D43224: Fix typos.

2018-02-13 Thread Bruce Mitchener via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rL324989: Fix typos. (authored by brucem, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D43224

Files:
  libcxx/trunk/docs/DesignDocs/AvailabilityMarkup.rst
  libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst


Index: libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst
===
--- libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst
+++ libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst
@@ -46,7 +46,7 @@
 
 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
Index: libcxx/trunk/docs/DesignDocs/AvailabilityMarkup.rst
===
--- libcxx/trunk/docs/DesignDocs/AvailabilityMarkup.rst
+++ libcxx/trunk/docs/DesignDocs/AvailabilityMarkup.rst
@@ -58,7 +58,7 @@
 Some parameters can be passed to lit to run the test-suite and exercising the
 availability.
 
-* The `platform` parameter controls the deployement target. For example lit can
+* The `platform` parameter controls the deployment target. For example lit can
   be invoked with `--param=platform=macosx10.8`. Default is the current host.
 * The `use_system_cxx_lib` parameter indicates to use another library than the
   just built one. Invoking lit with `--param=use_system_cxx_lib=true` will run


Index: libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst
===
--- libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst
+++ libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst
@@ -46,7 +46,7 @@
 
 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
Index: libcxx/trunk/docs/DesignDocs/AvailabilityMarkup.rst
===
--- libcxx/trunk/docs/DesignDocs/AvailabilityMarkup.rst
+++ libcxx/trunk/docs/DesignDocs/AvailabilityMarkup.rst
@@ -58,7 +58,7 @@
 Some parameters can be passed to lit to run the test-suite and exercising the
 availability.
 
-* The `platform` parameter controls the deployement target. For example lit can
+* The `platform` parameter controls the deployment target. For example lit can
   be invoked with `--param=platform=macosx10.8`. Default is the current host.
 * The `use_system_cxx_lib` parameter indicates to use another library than the
   just built one. Invoking lit with `--param=use_system_cxx_lib=true` will run
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D43224: Fix typos.

2018-02-12 Thread Eric Fiselier via Phabricator via cfe-commits
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

LGTM.


Repository:
  rCXX libc++

https://reviews.llvm.org/D43224



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D43224: Fix typos.

2018-02-12 Thread Bruce Mitchener via Phabricator via cfe-commits
brucem created this revision.
brucem added reviewers: mclow.lists, EricWF.

Repository:
  rCXX libc++

https://reviews.llvm.org/D43224

Files:
  docs/DesignDocs/AvailabilityMarkup.rst
  docs/DesignDocs/CapturingConfigInfo.rst


Index: docs/DesignDocs/CapturingConfigInfo.rst
===
--- docs/DesignDocs/CapturingConfigInfo.rst
+++ docs/DesignDocs/CapturingConfigInfo.rst
@@ -46,7 +46,7 @@
 
 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
Index: docs/DesignDocs/AvailabilityMarkup.rst
===
--- docs/DesignDocs/AvailabilityMarkup.rst
+++ docs/DesignDocs/AvailabilityMarkup.rst
@@ -58,7 +58,7 @@
 Some parameters can be passed to lit to run the test-suite and exercising the
 availability.
 
-* The `platform` parameter controls the deployement target. For example lit can
+* The `platform` parameter controls the deployment target. For example lit can
   be invoked with `--param=platform=macosx10.8`. Default is the current host.
 * The `use_system_cxx_lib` parameter indicates to use another library than the
   just built one. Invoking lit with `--param=use_system_cxx_lib=true` will run


Index: docs/DesignDocs/CapturingConfigInfo.rst
===
--- docs/DesignDocs/CapturingConfigInfo.rst
+++ docs/DesignDocs/CapturingConfigInfo.rst
@@ -46,7 +46,7 @@
 
 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
Index: docs/DesignDocs/AvailabilityMarkup.rst
===
--- docs/DesignDocs/AvailabilityMarkup.rst
+++ docs/DesignDocs/AvailabilityMarkup.rst
@@ -58,7 +58,7 @@
 Some parameters can be passed to lit to run the test-suite and exercising the
 availability.
 
-* The `platform` parameter controls the deployement target. For example lit can
+* The `platform` parameter controls the deployment target. For example lit can
   be invoked with `--param=platform=macosx10.8`. Default is the current host.
 * The `use_system_cxx_lib` parameter indicates to use another library than the
   just built one. Invoking lit with `--param=use_system_cxx_lib=true` will run
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits