diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2009-08-13 20:08:52 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-08-13 20:08:52 +0000 |
| commit | 078f5fe64c78ea7d889c4c99449881c96cd82808 (patch) | |
| tree | e317c788fb672766540f0810d5f54f6bbd180627 | |
| parent | be54a7bec6b0e14523a8c91b0689b8937a84660f (diff) | |
| download | external_llvm-078f5fe64c78ea7d889c4c99449881c96cd82808.zip external_llvm-078f5fe64c78ea7d889c4c99449881c96cd82808.tar.gz external_llvm-078f5fe64c78ea7d889c4c99449881c96cd82808.tar.bz2 | |
Grammar fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78930 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | docs/Projects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Projects.html b/docs/Projects.html index 3d83b3c..ada6196 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -121,8 +121,8 @@ configure script with these commands: % ./AutoRegen.sh</tt></p> </div> -<p>You must be using Autoconf version 2.59 or later and your aclocal version -should 1.9 or later.</p></li> +<p>You must be using Autoconf version 2.59 or later and your aclocal version +should be 1.9 or later.</p></li> <li>Run <tt>configure</tt> in the directory in which you want to place object code. Use the following options to tell your project where it |
