docs/updating_clang.md: Fix mac lld copy step

And remove some whitespace while we're here.

TBR=thakis

Bug: none
Change-Id: Iadaaa0606a1f3916c4b3ce354c87b20d1c3318ff
Reviewed-on: https://chromium-review.googlesource.com/711316
Reviewed-by: Hans Wennborg <[email protected]>
Reviewed-by: Nico Weber <[email protected]>
Commit-Queue: Hans Wennborg <[email protected]>
Cr-Commit-Position: refs/heads/master@{#507873}
diff --git a/docs/updating_clang.md b/docs/updating_clang.md
index b996610e..ffda35d 100644
--- a/docs/updating_clang.md
+++ b/docs/updating_clang.md
@@ -22,9 +22,9 @@
             gs://chromium-browser-clang/$x/llvm-code-coverage-$rev.tgz ; \
         done
     $ gsutil.py cp -n -a public-read gs://chromium-browser-clang-staging/Mac/lld-$rev.tgz \
-          gs://chromium-browser-clang/Mac/clang-$rev.tgz ; \
+          gs://chromium-browser-clang/Mac/lld-$rev.tgz
     ```
-        
+
 1.  Run the goma package update script to push these packages to goma. If you do
     not have the necessary credentials to do the upload, ask [email protected]
     to find someone who does