diff options
author | Eli Bendersky <eliben@google.com> | 2012-10-18 18:12:05 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2012-10-18 18:12:05 +0000 |
commit | 71a19ecd41f9f2989a0bd95f1bd4adb4f5a52dda (patch) | |
tree | 5560f2b157cac02e7e3119718f243df19f65a853 | |
parent | d5f8859672baeb93c69ba00e3bf3018c094ad946 (diff) | |
download | bcm5719-llvm-71a19ecd41f9f2989a0bd95f1bd4adb4f5a52dda.tar.gz bcm5719-llvm-71a19ecd41f9f2989a0bd95f1bd4adb4f5a52dda.zip |
test commit: verifying access from new address
llvm-svn: 166197
-rw-r--r-- | llvm/docs/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/README.txt b/llvm/docs/README.txt index 2fbbf987405..5ddd599d8a7 100644 --- a/llvm/docs/README.txt +++ b/llvm/docs/README.txt @@ -6,7 +6,7 @@ The LLVM documentation is currently written in two formats: * Plain HTML documentation. * reStructured Text documentation using the Sphinx documentation generator. It - is currently tested with Sphinx 1.1.3. + is currently tested with Sphinx 1.1.3. For more information, see the "Sphinx Introduction for LLVM Developers" document. |