diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2018-09-20 08:05:01 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2018-09-20 08:05:01 +0000 |
commit | 6616b4c9e9ecdf68864cc1bdea4d4fa9dfd6f692 (patch) | |
tree | 916a62a2b1304cc59cfd1b27fdf3cdb0a0f6db98 /libcxx/docs/conf.py | |
parent | 12981433692eb7a22e34bd9a8c31a225b9fc4b49 (diff) | |
download | bcm5719-llvm-6616b4c9e9ecdf68864cc1bdea4d4fa9dfd6f692.tar.gz bcm5719-llvm-6616b4c9e9ecdf68864cc1bdea4d4fa9dfd6f692.zip |
fix some typos in the doc
llvm-svn: 342628
Diffstat (limited to 'libcxx/docs/conf.py')
-rw-r--r-- | libcxx/docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py index f532e303c6c..50b372cf84e 100644 --- a/libcxx/docs/conf.py +++ b/libcxx/docs/conf.py @@ -241,7 +241,7 @@ texinfo_documents = [ #texinfo_show_urls = 'footnote' -# FIXME: Define intersphinx configration. +# FIXME: Define intersphinx configuration. intersphinx_mapping = {} |