[libcxx] r342628 - fix some typos in the doc
Sylvestre Ledru
sylvestre at debian.org
Thu Sep 20 01:05:02 PDT 2018
Author: sylvestre
Date: Thu Sep 20 01:05:01 2018
New Revision: 342628
URL: http://llvm.org/viewvc/llvm-project?rev=342628&view=rev
Log:
fix some typos in the doc
Modified:
libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst
libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst
libcxx/trunk/docs/conf.py
Modified: libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst?rev=342628&r1=342627&r2=342628&view=diff
==============================================================================
--- libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst (original)
+++ libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst Thu Sep 20 01:05:01 2018
@@ -28,7 +28,7 @@ Design Goals
It makes developers lives harder if they have to regenerate the libc++ headers
every time they are modified.
-* The solution should not make any of the libc++ headers dependant on
+* The solution should not make any of the libc++ headers dependent on
files generated by the build system. The headers should be able to compile
out of the box without any modification.
Modified: libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst?rev=342628&r1=342627&r2=342628&view=diff
==============================================================================
--- libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst (original)
+++ libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst Thu Sep 20 01:05:01 2018
@@ -82,9 +82,9 @@ Visibility Macros
**_LIBCPP_HIDE_FROM_ABI_PER_TU_BY_DEFAULT**
This macro controls the default value for `_LIBCPP_HIDE_FROM_ABI_PER_TU`.
When the macro is defined, per TU ABI insulation is enabled by default, and
- `_LIBCPP_HIDE_FROM_ABI_PER_TU` is defined to 1 unless overriden by users.
+ `_LIBCPP_HIDE_FROM_ABI_PER_TU` is defined to 1 unless overridden by users.
Otherwise, per TU ABI insulation is disabled by default, and
- `_LIBCPP_HIDE_FROM_ABI_PER_TU` is defined to 0 unless overriden by users.
+ `_LIBCPP_HIDE_FROM_ABI_PER_TU` is defined to 0 unless overridden by users.
This macro is intended for vendors to control whether they want to ship
libc++ with per TU ABI insulation enabled by default. Users can always
@@ -92,7 +92,7 @@ Visibility Macros
appropriately.
By default, this macro is not defined, which means that per TU ABI insulation
- is not provided unless explicitly overriden by users.
+ is not provided unless explicitly overridden by users.
**_LIBCPP_TYPE_VIS**
Mark a type's typeinfo, vtable and members as having default visibility.
Modified: libcxx/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/conf.py?rev=342628&r1=342627&r2=342628&view=diff
==============================================================================
--- libcxx/trunk/docs/conf.py (original)
+++ libcxx/trunk/docs/conf.py Thu Sep 20 01:05:01 2018
@@ -241,7 +241,7 @@ texinfo_documents = [
#texinfo_show_urls = 'footnote'
-# FIXME: Define intersphinx configration.
+# FIXME: Define intersphinx configuration.
intersphinx_mapping = {}
More information about the libcxx-commits
mailing list