Remove extraneous space.

llvm-svn: 290165
This commit is contained in:
Rui Ueyama 2016-12-20 05:49:56 +00:00
parent c207a89c91
commit 62839f0716
1 changed files with 1 additions and 1 deletions

View File

@ -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/', '.')