From b44cd82d9063eb3beb2dd9700a09574add78fdf1 Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi
Date: Mon, 25 Jul 2011 12:40:26 +0000
Subject: [PATCH] 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.
llvm-svn: 135907
---
clang/www/get_started.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index f8745f96bcbc..515cd57ce259 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -165,7 +165,7 @@ Visual Studio:
more information on other configuration options for cmake.
The above, if successful, will have created an LLVM.sln file in the
- llvm directory.
+ build directory.
Build Clang: