Remove extraneous space.
authorRui Ueyama <ruiu@google.com>
Tue, 20 Dec 2016 05:49:56 +0000 (05:49 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 20 Dec 2016 05:49:56 +0000 (05:49 +0000)
llvm-svn: 290165

llvm/utils/git-svn/git-llvm

index 11a5719..3dd3ff7 100755 (executable)
@@ -163,7 +163,7 @@ def svn_init(svn_root):
     if not os.path.exists(svn_root):
         log('Creating svn staging directory: (%s)' % (svn_root))
         os.makedirs(svn_root)
-        log('This is a one-time initialization, please be patient for a few '
+        log('This is a one-time initialization, please be patient for a few'
             ' minutes...')
         svn(svn_root, 'checkout', '--depth=immediates',
             'https://llvm.org/svn/llvm-project/', '.')