summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-01-25 20:20:00 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-01-25 20:20:00 +0000
commit4c8de298bb0bad906043f03600bde81795e6dbc5 (patch)
treeb9a632f54b3e40b313f4e604f3f2043e85a69597 /llvm
parent8ae02d3cef19eb32be803105ec302ae30ab80bf6 (diff)
downloadbcm5719-llvm-4c8de298bb0bad906043f03600bde81795e6dbc5.tar.gz
bcm5719-llvm-4c8de298bb0bad906043f03600bde81795e6dbc5.zip
Fixed typo.
llvm-svn: 173478
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/GettingStarted.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 7ea5473c286..048d4a02484 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -655,10 +655,10 @@ consider placing the following git script in your path under the name
fi
git fetch
- old_branch=$(git rev-parse --abbrev-ref HEAD)
+ OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
git checkout master 2> /dev/null
git svn rebase -l
- git checkout $old_breanch 2> /dev/null
+ git checkout $OLD_BRANCH 2> /dev/null
if [ ! -z $STASH ]; then
git stash pop >/dev/null
OpenPOWER on IntegriCloud