From d44c4c05aa15bdf1641995847183b1d1fee3f3ad Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Tue, 5 Aug 2014 13:32:04 +0400 Subject: [PATCH] removed leading slash in a comment --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index c18089d5..513b01b5 100755 --- a/alloy.py +++ b/alloy.py @@ -112,7 +112,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra, if version_LLVM == "trunk": SVN_PATH="trunk" if version_LLVM == "3.5": - # SVN_PATH=/tags/RELEASE_35/rc1 + # SVN_PATH=tags/RELEASE_35/rc1 SVN_PATH="branches/release_35" version_LLVM = "3_5" if version_LLVM == "3.4":