diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-07-25 12:40:26 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-07-25 12:40:26 +0000 |
commit | 542c76220aeea066274bbbe95e6efff784cc65d4 (patch) | |
tree | 99ce5766aece9814abd741b7bfabdbdc7c383c3c /www/get_started.html | |
parent | a783142e04a4cf9901d1597882b400d7d5fa546a (diff) |
www/get_started.html: Fix a phrase, "in the *build* directory* in the instructions of Visual Studio. Thanks to Andreas Bittel to point it out.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r-- | www/get_started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_started.html b/www/get_started.html index f8745f96bc..515cd57ce2 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -165,7 +165,7 @@ Visual Studio:</p> more information on other configuration options for cmake.</li> </li> <li>The above, if successful, will have created an LLVM.sln file in the - llvm directory. + <tt>build</tt> directory. </ul> <li>Build Clang:</li> <ul> |