From 542c76220aeea066274bbbe95e6efff784cc65d4 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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135907 91177308-0d34-0410-b5e6-96231b3b80d8
---
www/get_started.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
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: